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