Hide menu items that use MENU GOTO or MENU EXIT.

master
Colin Watson 16 years ago
parent 081988f782
commit 5d758c4264

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.6.2) UNRELEASED; urgency=low
* Hide menu items that use MENU GOTO or MENU EXIT.
-- Colin Watson <cjwatson@ubuntu.com> Thu, 19 Jun 2008 12:17:29 +0100
gfxboot-theme-ubuntu (0.6.1) intrepid; urgency=low
* Remove support for deprecated gfxboot-foreground, gfxboot-background,

@ -134,6 +134,10 @@
over skipspace getword tolower
dup "label" eq { over skipspace strdup menuconfig.sethuman } if
dup "hide" eq { menuconfig.hidelabel } if
% items that switch between syslinux menus are unlikely to be useful
% in gfxboot
dup "goto" eq { menuconfig.hidelabel } if
dup "exit" eq { menuconfig.hidelabel } if
free rot pop exch
} if
free

Loading…
Cancel
Save