From 11e39d0fbc5de4c9ada783c34f9d02bee74d21d0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 May 2014 10:55:03 +0200 Subject: mklive: switch to xz initramfs; misc tweaks. --- dracut/copy-initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dracut') diff --git a/dracut/copy-initramfs.sh b/dracut/copy-initramfs.sh index 3f45bf7..055c6a2 100644 --- a/dracut/copy-initramfs.sh +++ b/dracut/copy-initramfs.sh @@ -4,4 +4,4 @@ # Copy the initramfs back to the new rootfs for proper shutdown. KVER=$(uname -r) -cp /run/initramfs/live/boot/initrd.lz $NEWROOT/boot/initramfs-${KVER}.img +cp /run/initramfs/live/boot/initrd $NEWROOT/boot/initramfs-${KVER}.img -- cgit 1.4.1