No longer need the local registry
This commit is contained in:
13
alpine/configure-system.sh
Executable file
13
alpine/configure-system.sh
Executable 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
|
||||
Reference in New Issue
Block a user