grub/grub_void.cfg.in: add missing ')' that broke configuration.
This commit is contained in:
parent
496ab55ca8
commit
ab5201f3ba
|
@ -13,7 +13,7 @@ fi
|
||||||
|
|
||||||
insmod font
|
insmod font
|
||||||
|
|
||||||
if loadfont "(${voidlive}/boot/grub/fonts/unicode.pf2" ; then
|
if loadfont "(${voidlive})/boot/grub/fonts/unicode.pf2" ; then
|
||||||
insmod gfxterm
|
insmod gfxterm
|
||||||
set gfxmode="auto"
|
set gfxmode="auto"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue