Changes to rebuild without recompiling

This commit is contained in:
g-vidal
2025-11-01 09:57:48 +01:00
parent 92b81a7a4e
commit 62675a0971
6 changed files with 28 additions and 155 deletions

View File

@@ -1,7 +1,7 @@
#
# Setup users and security settings
#
if [ "$BUILD_KERNEL" != "uselocal" ]; then #ajout 2025
# Load utility functions
. ./functions.sh
@@ -22,3 +22,4 @@ else
# Set no root password to disable root login
chroot_exec usermod -p \'!\' root
fi
fi