From d15ce2c4fc991ccd453cabbd3017e9e5280651d2 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Mon, 23 Sep 2024 09:55:51 +0200 Subject: [PATCH] scripts/genrootfs.sh: update comment fbe926afc76 --- scripts/genrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genrootfs.sh b/scripts/genrootfs.sh index 77fb701c4ce..cdaeed485b7 100755 --- a/scripts/genrootfs.sh +++ b/scripts/genrootfs.sh @@ -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