mklive: disable dash in the live initramfs; this really sucks for interactive use.

This commit is contained in:
Juan RP 2013-05-20 16:31:19 +02:00
parent dfb3ade8c5
commit 2ce7cd8251
1 changed files with 1 additions and 1 deletions

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 resume caps" \
--add "drm vmklive" --omit "btrfs caps dash resume" \
"/boot/initrd.lz" $KERNELVERSION >>$LOGFILE 2>&1
mv $ROOTFS/kernel_temp/boot/initrd.lz $BOOT_DIR