From c9cf6d2457c22d4e35029f6c4687af7dad10dec8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 11 Jul 2021 14:05:50 +0200 Subject: [PATCH] alpine: automatically load modules --- alpine-install-on-disk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine-install-on-disk.sh b/alpine-install-on-disk.sh index 3a48c40..4d88eeb 100755 --- a/alpine-install-on-disk.sh +++ b/alpine-install-on-disk.sh @@ -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" <