mklive: disable drm dracut module in the initramfs.

This commit is contained in:
Juan RP 2013-05-21 18:15:56 +02:00
parent 38caeeab06
commit 46f0398357

View File

@ -152,7 +152,7 @@ generate_initramfs() {
base-system void-mklive >>$LOGFILE 2>&1
chroot $ROOTFS/kernel_temp /usr/bin/dracut --${COMPRESSTYPE} \
--add "drm vmklive" --omit "btrfs caps dash resume" \
--add "vmklive" --omit "btrfs caps dash resume" \
"/boot/initrd.lz" $KERNELVERSION >>$LOGFILE 2>&1
mv $ROOTFS/kernel_temp/boot/initrd.lz $BOOT_DIR