about summary refs log tree commit diff
path: root/grub
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 /grub
parent27aa44e0fdd8bd3991584d7ecb8af80cd9c968ea (diff)
downloadhrmpf-11e39d0fbc5de4c9ada783c34f9d02bee74d21d0.tar.gz
hrmpf-11e39d0fbc5de4c9ada783c34f9d02bee74d21d0.tar.xz
hrmpf-11e39d0fbc5de4c9ada783c34f9d02bee74d21d0.zip
mklive: switch to xz initramfs; misc tweaks.
Diffstat (limited to 'grub')
-rw-r--r--grub/grub_void.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/grub/grub_void.cfg.in b/grub/grub_void.cfg.in
index 2b63016..3583863 100644
--- a/grub/grub_void.cfg.in
+++ b/grub/grub_void.cfg.in
@@ -31,6 +31,6 @@ if [ cpuid -l ]; then
 		root=live:CDLABEL=VOID_LIVE ro \
 		rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 gpt add_efi_memmap \
 		vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ locale.LANG=@@LOCALE@@
-        initrd (${voidlive})/boot/initrd.lz
+        initrd (${voidlive})/boot/initrd
     }
 fi