summaryrefslogtreecommitdiff
path: root/configs/releng
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-11-05 21:03:35 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-11-05 21:03:35 -0300
commit469b5b2c5824dfe5960ef7ad0a836fa949039613 (patch)
tree6f85a1327675929ff57cb3c656eeb039be879639 /configs/releng
parent59ad1113d9ba60153f0c056711856e7440cc20bb (diff)
[archiso] install hook cleanups
* Remove IDE stuff. * Remove modules that can be added via relevant hooks. * Replace sata with virtio in baseline profile. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng')
-rw-r--r--configs/releng/mkinitcpio.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/mkinitcpio.conf b/configs/releng/mkinitcpio.conf
index f6b846c..72e6b2a 100644
--- a/configs/releng/mkinitcpio.conf
+++ b/configs/releng/mkinitcpio.conf
@@ -1,2 +1,2 @@
-HOOKS="base udev memdisk archiso_shutdown archiso archiso_pxe_nbd archiso_loop_mnt pata scsi sata usb fw pcmcia filesystems usbinput"
+HOOKS="base udev memdisk archiso_shutdown archiso archiso_pxe_nbd archiso_loop_mnt pata scsi sata virtio usb fw pcmcia filesystems usbinput"
COMPRESSION="xz"