From 5128a86a1d317fcbf8771b4a81253b857d24a8fa Mon Sep 17 00:00:00 2001 From: sulincix Date: Wed, 17 Jan 2024 14:29:53 +0000 Subject: [PATCH] Update customize-airootfs.sh --- customize-airootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/customize-airootfs.sh b/customize-airootfs.sh index a794970..7087c1c 100755 --- a/customize-airootfs.sh +++ b/customize-airootfs.sh @@ -31,6 +31,7 @@ rm -f /usr/share/xsessions/lightdm-xsession.desktop # install busybox into /bin as symlink apt install busybox-static -yq $(which busybox) --install -s /bin +ln -s /usr/bin/kmod /sbin/modprobe # Purge shitty display manager. apt purge gdm3 -yq