do not use the empty password for alpine
This commit is contained in:
parent
1b720cfab6
commit
71ecdae421
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ run_root rc-update add sshd
|
||||||
run_root rc-update add rdnssd
|
run_root rc-update add rdnssd
|
||||||
run_root rc-update add networking
|
run_root rc-update add networking
|
||||||
run_root rc-update add hostname
|
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
|
sudo tee "$rootfs_tmpdir/etc/network/interfaces" <<EOF
|
||||||
auto lo
|
auto lo
|
||||||
|
|
Loading…
Reference in a new issue