From 7a30c077768472ab67eab4fb6f7c0e90e057b3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 26 Jul 2014 04:35:20 +0200 Subject: [PATCH] debian: create /lib/modules mountpoint --- scripts_debian/04_install_qubes.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts_debian/04_install_qubes.sh b/scripts_debian/04_install_qubes.sh index 22c7161..24f2691 100755 --- a/scripts_debian/04_install_qubes.sh +++ b/scripts_debian/04_install_qubes.sh @@ -29,6 +29,8 @@ xen /proc/xen xenfs defaults 0 0 /dev/xvdi /mnt/removable auto noauto,user,rw 0 0 EOF +mkdir -p $INSTALLDIR/lib/modules + echo "--> Installing qubes packages" export CUSTOMREPO="$PWD/yum_repo_qubes/$DIST/apt"