alpine: automatically load modules

This commit is contained in:
Nico Schottelius 2021-07-11 14:05:50 +02:00
parent 715dd03ab5
commit c9cf6d2457
1 changed files with 1 additions and 0 deletions

View File

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