🗃️ Committing everything that changed 🗃️

rootfs/root/docker/setup/02-packages.sh
This commit is contained in:
casjay 2024-09-17 13:53:21 -04:00
parent 97202cfdfe
commit c91b2b0d01
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -43,6 +43,9 @@ sed -i 's/^\(tty\d\:\:\)/#\1/g' /etc/inittab &&
/etc/init.d/modloop &&
sed -i 's/cgroup_add_service /# cgroup_add_service /g' /lib/rc/sh/openrc-run.sh &&
sed -i 's/VSERVER/DOCKER/Ig' /lib/rc/sh/init.sh
for service in cgroups sshd docker; do
rc-update add $service
done
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script