mklive: disable dash in the live initramfs; this really sucks for interactive use.
This commit is contained in:
parent
dfb3ade8c5
commit
2ce7cd8251
|
@ -152,7 +152,7 @@ generate_initramfs() {
|
||||||
base-system void-mklive >>$LOGFILE 2>&1
|
base-system void-mklive >>$LOGFILE 2>&1
|
||||||
|
|
||||||
chroot $ROOTFS/kernel_temp /usr/bin/dracut --${COMPRESSTYPE} \
|
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
|
"/boot/initrd.lz" $KERNELVERSION >>$LOGFILE 2>&1
|
||||||
|
|
||||||
mv $ROOTFS/kernel_temp/boot/initrd.lz $BOOT_DIR
|
mv $ROOTFS/kernel_temp/boot/initrd.lz $BOOT_DIR
|
||||||
|
|
Loading…
Reference in New Issue