archlinux: remove fstab module line making qubes fail to boot

This commit is contained in:
Olivier Medoc 2013-04-29 15:26:45 +02:00 committed by Marek Marczykowski
parent d13a4eff88
commit 2149d9f7a1

View File

@ -40,7 +40,6 @@ cat >> $INSTALLDIR/etc/fstab <<EOF
/dev/xvdb /rw ext4 defaults,noatime 1 2
/dev/xvdc1 swap swap defaults 0 0
/rw/home /home none noauto,bind,defaults 0 0
/dev/xvdd /usr/lib/modules ext3 defaults,noatime 0 0
EOF
echo "--> Cleaning up..."