index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
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 | 37b3baa8d3a1d5cf52d680128502c5e0927dfa95 (patch) | |
tree | 8f442527bf4bd22cb9feb37ec5acc427cb4cf43a /archiso/install | |
parent | 8758565d9daf8c76d9e829d8ceed8e6f226bb775 (diff) |
-rw-r--r-- | archiso/install/archiso | 1 |
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="" |