diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-05-31 10:53:06 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-05-31 10:53:06 +0200 |
commit | ce3c1b9402393a3fd126433f1c67428c66c74a80 (patch) | |
tree | 1753144e42b8a4aff6d4e9a01b30ca98b51b197e /misc | |
parent | eab0b32ba83b5565c0578f8870118d3cebb4ead0 (diff) | |
download | vtcol-ce3c1b9402393a3fd126433f1c67428c66c74a80.tar.gz |
misc: fix menuentry heading
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/etc/grub.d/42_vtcol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/etc/grub.d/42_vtcol b/misc/etc/grub.d/42_vtcol index 63776f3..e3a77fb 100755 --- a/misc/etc/grub.d/42_vtcol +++ b/misc/etc/grub.d/42_vtcol @@ -31,7 +31,7 @@ menuentry "linux: initramfs with solarized theme" { initrd /initramfs-linux-vtcol.img } -menuentry "linux/PHG Fallback" { +menuentry "linux: initramfs with solarized theme / fallback" { echo "Booting initramfs with solarized theme ..." load_video set gfxpayload=keep |