Skip to content

Commit

Permalink
grub fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Aug 22, 2016
1 parent 3e5c185 commit 440da66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub/grub_void.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ cpuid -l ]; then
root=live:CDLABEL=VOID_LIVE ro init=/sbin/init \
rd.luks=0 rd.md=0 rd.dm=0 loglevel=4 gpt add_efi_memmap \
vconsole.unicode=1 vconsole.keymap=@@KEYMAP@@ \
locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ rd.live.ram
locale.LANG=@@LOCALE@@ @@BOOT_CMDLINE@@ \
console=tty0 console=ttyS0,115200n8
initrd (${voidlive})/boot/initrd
}
Expand Down

0 comments on commit 440da66

Please sign in to comment.