Whitespace fixes

This commit is contained in:
Serge Schneider
2025-09-03 20:53:37 +01:00
parent 05071a97ea
commit 7f6d20cae1
2 changed files with 1 additions and 2 deletions

View File

@@ -12,5 +12,3 @@ if [ -n "${FIRST_USER_PASS}" ]; then
fi fi
echo "root:root" | chpasswd echo "root:root" | chpasswd
EOF EOF

View File

@@ -30,6 +30,7 @@ on_chroot <<EOF
for GRP in input spi i2c gpio; do for GRP in input spi i2c gpio; do
groupadd -f -r "\$GRP" groupadd -f -r "\$GRP"
done done
for GRP in adm dialout cdrom audio users sudo video games plugdev input gpio spi i2c netdev render; do for GRP in adm dialout cdrom audio users sudo video games plugdev input gpio spi i2c netdev render; do
adduser $FIRST_USER_NAME \$GRP adduser $FIRST_USER_NAME \$GRP
done done