mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
scripts/genrootfs.sh: update comment fbe926afc76
This commit is contained in:
parent
67983cffc9
commit
d15ce2c4fc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user