mklive: switch to xz initramfs; misc tweaks.

This commit is contained in:
Juan RP
2014-05-23 10:55:03 +02:00
parent 27aa44e0fd
commit 11e39d0fbc
4 changed files with 12 additions and 15 deletions

View File

@@ -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