* Swap round "VGA" and "Other Options" panel entries.

master
Colin Watson 19 years ago
parent 96ee4e260d
commit c6f84d29cb

1
debian/changelog vendored

@ -2,6 +2,7 @@ gfxboot-theme-ubuntu (0.1.3) UNRELEASED; urgency=low
* Add live CD test function (looks for /casper/filesystem.cloop).
* Offer normal/expert mode panel option on media other than live CDs.
* Swap round "VGA" and "Other Options" panel entries.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 19 Dec 2005 00:25:12 +0000

@ -38,8 +38,8 @@
syslinux {
[ keyF2 0 "F2" /panel.lang /panel.lang.width /panel.lang.update /lang.init ]
[ keyF3 0 "F3" /panel.options /panel.options.width /panel.options.update .undef ]
[ keyF4 0 "F4" /panel.video /panel.video.width /panel.video.update /video.init ]
[ keyF3 0 "F3" /panel.video /panel.video.width /panel.video.update /video.init ]
[ keyF4 0 "F4" /panel.options /panel.options.width /panel.options.update .undef ]
is_live not {
[ keyF5 0 "F5" /panel.dimode /panel.dimode.width /panel.dimode.update /dimode.init ]

Loading…
Cancel
Save