Jelajahi Sumber

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

Juan RP 12 tahun lalu
induk
melakukan
2ce7cd8251
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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