scripts/genrootfs.sh: update comment fbe926afc76

This commit is contained in:
Sertonix 2024-09-23 09:55:51 +02:00 committed by Natanael Copa
parent 67983cffc9
commit d15ce2c4fc

View File

@ -40,7 +40,7 @@ ${APK:-apk} fetch --keys-dir "$keys_dir" --no-cache \
--repositories-file "$repositories_file" --root "$tmp" \
--stdout --quiet alpine-release | tar -zx -C "$tmp" etc/ usr/
# make sure root login is disabled
# disable password login but allow login with ssh keys for root
sed -i -e 's/^root::/root:*:/' "$tmp"/etc/shadow
branch=edge