* Add /syslinux.cfg to the list of files we parse for menu item names.

master
Colin Watson 19 years ago
parent b60903c176
commit 7eae05f309

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.1.10) UNRELEASED; urgency=low
* Add /syslinux.cfg to the list of files we parse for menu item names.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Jan 2006 12:42:19 +0000
gfxboot-theme-ubuntu (0.1.9) dapper; urgency=low
* Fix comment syntax in keytables.inc.

@ -8,8 +8,12 @@
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/menuconfig.find {
% TODO: isolinux-specific
[ "/isolinux.cfg" "/isolinux/isolinux.cfg" "/boot/isolinux/isolinux.cfg" ] {
[
"/syslinux.cfg"
"/isolinux.cfg"
"/isolinux/isolinux.cfg"
"/boot/isolinux/isolinux.cfg"
] {
dup filesize .undef ne { findfile return } if
pop
} forall

Loading…
Cancel
Save