🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
rootfs/root/docker/setup/02-packages.sh
rootfs/root/docker/setup/07-cleanup.sh
This commit is contained in:
casjay
2024-09-17 14:41:36 -04:00
parent 6071ff6921
commit 04f83a21c0
4 changed files with 24 additions and 30 deletions

View File

@@ -28,8 +28,8 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predifined actions
[ -d "/tmp" ] && rm -Rf "/tmp"/*
[ -d "/run/openrc" ] || mkdir -p "/run/openrc"
[ -f "/run/openrc/softlevel" ] || touch "/run/openrc/softlevel"
rm -f /etc/machine-id /var/lib/dbus/machine-id
systemctl mask -- dev-hugepages.mount sys-fs-fuse-connections.mount
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script