about summary refs log tree commit diff
path: root/dracut/copy-initramfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dracut/copy-initramfs.sh')
-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