diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-14 12:29:38 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:42 +0100 |
commit | 267de1191c774361d18e1578fa73a431c3d139e9 (patch) | |
tree | 9d887744b2517416ab0a0e03146700c26febbea5 /templates | |
parent | a31541517b344d447fd5129ce4d6e0d222166635 (diff) | |
download | vyos-live-build-267de1191c774361d18e1578fa73a431c3d139e9.tar.gz vyos-live-build-267de1191c774361d18e1578fa73a431c3d139e9.zip |
Updating boot menu title when using syslinux menu.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/syslinux/menu/menu.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/syslinux/menu/menu.cfg b/templates/syslinux/menu/menu.cfg index 53865b2c2..a74b4d597 100644 --- a/templates/syslinux/menu/menu.cfg +++ b/templates/syslinux/menu/menu.cfg @@ -1,7 +1,7 @@ menu hshift 13 menu width 49 -menu title Debian boot menu +menu title Boot menu include stdmenu.cfg include live.cfg label help |