Эх сурвалжийг харах

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

Juan RP 12 жил өмнө
parent
commit
2ce7cd8251
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      mklive.sh.in

+ 1 - 1
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 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