about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-05-19 12:38:26 +0200
committerJuan RP <xtraeme@gmail.com>2013-05-19 12:38:26 +0200
commit2517265510ec66f9c16fe3e9e2988a404d32666d (patch)
treedf5fa64726c17266d2cb9233277994a05df16e85
parent7601096f1a2aecd0e050a87e8e3569c900aff20e (diff)
downloadhrmpf-2517265510ec66f9c16fe3e9e2988a404d32666d.tar.gz
hrmpf-2517265510ec66f9c16fe3e9e2988a404d32666d.tar.xz
hrmpf-2517265510ec66f9c16fe3e9e2988a404d32666d.zip
Misc tweaks to the generated initramfs in the live image.
-rw-r--r--mklive.sh.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index fa9b897..bc5e7d7 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -151,9 +151,8 @@ generate_initramfs() {
     $XBPS_INSTALL_CMD -r $ROOTFS/kernel_temp -y \
         base-system void-mklive >>$LOGFILE 2>&1
 
-    chroot $ROOTFS/kernel_temp /usr/bin/dracut --no-hostonly \
-        --add "drm dmsquash-live vmklive" --omit "caps" \
-        --add-drivers "xfs vfat ext2 ext3 ext4 btrfs" --${COMPRESSTYPE} \
+    chroot $ROOTFS/kernel_temp /usr/bin/dracut --no-hostonly --${COMPRESSTYPE} \
+        --add "drm dmsquash-live vmklive" --omit "btrfs resume caps" \
         "/boot/initrd.lz" $KERNELVERSION >>$LOGFILE 2>&1
 
     mv $ROOTFS/kernel_temp/boot/initrd.lz $BOOT_DIR