diff options
author | maximilian attems <maks@debian.org> | 2008-07-05 01:49:34 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2008-07-05 01:49:34 +0200 |
commit | 7658bb55a237cee7663bdcdc452899d7ab3a23b6 (patch) | |
tree | 18447ee9f61721b81a71b93816b9bd887f5ad1ed /hook-functions | |
parent | b1c5ca97da3bf6053412f1e159db09a48b44a6c5 (diff) | |
download | initramfs-tools-7658bb55a237cee7663bdcdc452899d7ab3a23b6.tar.gz initramfs-tools-7658bb55a237cee7663bdcdc452899d7ab3a23b6.zip |
Add virtio_pci for MODULES=most
ubuntu merge
Diffstat (limited to 'hook-functions')
-rw-r--r-- | hook-functions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions index bec5b62..ad7a4b2 100644 --- a/hook-functions +++ b/hook-functions @@ -316,7 +316,8 @@ auto_add_modules() case "$1" in base) for x in ehci-hcd ohci-hcd uhci-hcd usbhid usb-storage ext2 \ - ext3 isofs jfs nfs reiserfs xfs af_packet atkbd i8042; do + ext3 isofs jfs nfs reiserfs xfs af_packet atkbd i8042 \ + virtio_pci; do manual_add_modules "${x}" done ;; |