do not use the empty password for alpine

This commit is contained in:
Nico Schottelius 2021-02-09 14:29:52 +01:00
parent 1b720cfab6
commit 71ecdae421
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ run_root rc-update add sshd
run_root rc-update add rdnssd
run_root rc-update add networking
run_root rc-update add hostname
run_root sed -i 's/root:!::0:::::/root:::0:::::/' /etc/shadow
run_root sed -i 's/root:!::0:::::/root:*::0:::::/' /etc/shadow
sudo tee "$rootfs_tmpdir/etc/network/interfaces" <<EOF
auto lo