about summary refs log tree commit diff
path: root/dracut
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-23 10:55:03 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-23 10:55:03 +0200
commit11e39d0fbc5de4c9ada783c34f9d02bee74d21d0 (patch)
tree9c116b211f13ab07490335ec3aaa31baaad32877 /dracut
parent27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea (diff)
downloadhrmpf-11e39d0fbc5de4c9ada783c34f9d02bee74d21d0.tar.gz
hrmpf-11e39d0fbc5de4c9ada783c34f9d02bee74d21d0.tar.xz
hrmpf-11e39d0fbc5de4c9ada783c34f9d02bee74d21d0.zip
mklive: switch to xz initramfs; misc tweaks.
Diffstat (limited to 'dracut')
-rw-r--r--dracut/copy-initramfs.sh2
1 files changed, 1 insertions, 1 deletions
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