diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-05-09 13:51:59 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-05-09 13:51:59 +0200 |
commit | e7d88f5237fb77b70b85709515360a3fb3cc3f5d (patch) | |
tree | 9a6aa786d7db43e1c405a64a0715f45887bbf28d | |
parent | a457608083058d928f6de0eea4b5e175acee89d5 (diff) | |
download | archiso32-e7d88f5237fb77b70b85709515360a3fb3cc3f5d.tar.xz |
archiso: Support booting from a virtio CD drive
-rw-r--r-- | archiso/install/archiso | 1 |
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="" |