diff options
author | Juan RP <xtraeme@gmail.com> | 2013-03-11 23:52:40 +0100 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-03-11 23:52:40 +0100 |
commit | b7aa53a6c615f86ea0edd1eabec08b8b0984eaf6 (patch) | |
tree | f788a7e712dfb0081065309ad236c3f1a8d87231 /grub | |
parent | b1655acba5e6dbed7cacb1eb26d8ec99ebc879d0 (diff) | |
download | hrmpf-b7aa53a6c615f86ea0edd1eabec08b8b0984eaf6.tar.gz hrmpf-b7aa53a6c615f86ea0edd1eabec08b8b0984eaf6.tar.xz hrmpf-b7aa53a6c615f86ea0edd1eabec08b8b0984eaf6.zip |
Multiple updates and fixes; needs bash and xbps>=0.21.
Diffstat (limited to 'grub')
-rw-r--r-- | grub/grub_void.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grub/grub_void.cfg.in b/grub/grub_void.cfg.in index 8a31263..69b1fad 100644 --- a/grub/grub_void.cfg.in +++ b/grub/grub_void.cfg.in @@ -28,7 +28,7 @@ if [ cpuid -l ]; then menuentry "Void GNU/Linux @@KERNVER@@ (@@ARCH@@)" { set gfxpayload="keep" linux (${voidlive})/boot/vmlinuz \ - root=live:CDLABEL=VOID_LIVE ro rootfstype=auto liveimg \ + root=live:CDLABEL=VOID_LIVE ro rootfstype=auto \ rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 gpt add_efi_memmap \ vconsole.keymap=@@KEYMAP@@ vconsole.unicode=1 locale.LANG=@@LOCALE@@ initrd (${voidlive})/boot/initrd.lz |