No longer need the local registry

This commit is contained in:
2026-03-24 22:26:54 +08:00
parent 81d192d577
commit aad4edd194
7 changed files with 68 additions and 35 deletions

13
alpine/configure-system.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
cd /build
echo "##################################################### Install RC Services"
rc-update add devfs sysinit
rc-update add procfs sysinit
rc-update add sysfs sysinit
rc-update add fancontrol boot
rc-update add loopback boot
rc-update add hostname boot
rc-update add localmount boot
rc-update add crio default