Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-05-09 13:51:59 +0200
committerThomas Bächler <thomas@archlinux.org>2010-05-09 13:51:59 +0200
commit37b3baa8d3a1d5cf52d680128502c5e0927dfa95 (patch)
tree8f442527bf4bd22cb9feb37ec5acc427cb4cf43a
parent8758565d9daf8c76d9e829d8ceed8e6f226bb775 (diff)
archiso: Support booting from a virtio CD drive
-rw-r--r--archiso/install/archiso1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiso/install/archiso b/archiso/install/archiso
index ee51da7..ad1c1d0 100644
--- a/archiso/install/archiso
+++ b/archiso/install/archiso
@@ -6,6 +6,7 @@ install ()
if [ "x${MODULES}" != "x" ]; then
MODULES="${MODULES} usb_storage sd_mod sr_mod"
fi
+ MODULES="${MODULES} virtio_pci virtio_blk"
BINARIES=""
FILES=""