Commit e238973c authored by Michael Shigorin's avatar Michael Shigorin

tar2fs: add ahci module

It's unwise to skip the common storage driver, and vagrant (which uses virtualbox by default) is likely to crash and burn as well.
parent 1823c557
......@@ -33,7 +33,7 @@ BOOTPART=
case "`arch`" in # NB: sudo => no GLOBAL_ will do either; mind qemu-*
*86*)
# NB: different storage modules might be needed for non-kvm
INITRD_MODULES="sd_mod ata_piix"
INITRD_MODULES="sd_mod ata_piix ahci"
BLOCKDEV="/dev/sda" # might be /dev/vda for virtio
ROOTPART="1"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment