about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-05-21 18:15:56 +0200
committerJuan RP <xtraeme@gmail.com>2013-05-21 18:15:56 +0200
commit46f0398357b72c14842713e5a3428fcbc097940c (patch)
tree66e7013411d595187a0acd22bd663aa003b72c5d /mklive.sh.in
parent38caeeab066d7f45ca13bebe0c4989a4efdec769 (diff)
downloadhrmpf-46f0398357b72c14842713e5a3428fcbc097940c.tar.gz
hrmpf-46f0398357b72c14842713e5a3428fcbc097940c.tar.xz
hrmpf-46f0398357b72c14842713e5a3428fcbc097940c.zip
mklive: disable drm dracut module in the initramfs.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in2
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