Add "nodmraid" as an option on the F6 menu.

master
Colin Watson 15 years ago
parent 413bbac66e
commit db356ce480

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.8.7) UNRELEASED; urgency=low
* Add "nodmraid" as an option on the F6 menu.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Oct 2009 20:39:16 +0100
gfxboot-theme-ubuntu (0.8.6) karmic; urgency=low
* Build-depend on cpio.

@ -12,13 +12,15 @@
/.fulloptions.noapic 2 def
/.fulloptions.nolapic 3 def
/.fulloptions.edd_on 4 def
/.fulloptions.free 5 def
/.fulloptions.nodmraid 5 def
/.fulloptions.free 6 def
% These strings are intentionally not translatable.
/txt_acpi_off "acpi=off" def
/txt_noapic "noapic" def
/txt_nolapic "nolapic" def
/txt_edd_on "edd=on" def
/txt_nodmraid "nodmraid" def
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -35,6 +37,7 @@
/.fulloptions.noapic dec
/.fulloptions.nolapic dec
/.fulloptions.edd_on dec
/.fulloptions.nodmraid dec
/.fulloptions.free dec
xmenu .xm_current .fulloptions.acpi_off put
} {
@ -43,7 +46,7 @@
xmenu .xm_list [
is_live not { /txt_expert_mode } if
/txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on
/txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid
/txt_option_free
] put
@ -77,6 +80,7 @@
over .fulloptions.noapic eq { pop "noapic" } if
over .fulloptions.nolapic eq { pop "nolapic" } if
over .fulloptions.edd_on eq { pop "edd=on" } if
over .fulloptions.nodmraid eq { pop "nodmraid" } if
over .fulloptions.free eq { pop "apt-setup/restricted=false apt-setup/multiverse=false" } if
dup {
% append new option string

Loading…
Cancel
Save