diff options
author | Juan RP <xtraeme@gmail.com> | 2013-05-21 18:15:56 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-05-21 18:15:56 +0200 |
commit | 46f0398357b72c14842713e5a3428fcbc097940c (patch) | |
tree | 66e7013411d595187a0acd22bd663aa003b72c5d | |
parent | 38caeeab066d7f45ca13bebe0c4989a4efdec769 (diff) | |
download | hrmpf-46f0398357b72c14842713e5a3428fcbc097940c.tar.gz hrmpf-46f0398357b72c14842713e5a3428fcbc097940c.tar.xz hrmpf-46f0398357b72c14842713e5a3428fcbc097940c.zip |
mklive: disable drm dracut module in the initramfs.
-rw-r--r-- | mklive.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mklive.sh.in b/mklive.sh.in index 896b77a..0c8c708 100644 --- a/mklive.sh.in +++ b/mklive.sh.in @@ -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 |