|
|
@ -15,6 +15,8 @@ |
|
|
|
/.fulloptions.nodmraid 5 def |
|
|
|
/.fulloptions.nomodeset 6 def |
|
|
|
/.fulloptions.free 7 def |
|
|
|
/.fulloptions.nox 8 def |
|
|
|
/.fulloptions.docache 9 def |
|
|
|
|
|
|
|
% These strings are intentionally not translatable. |
|
|
|
/txt_acpi_off "acpi=off" def |
|
|
@ -23,6 +25,8 @@ |
|
|
|
/txt_edd_on "edd=on" def |
|
|
|
/txt_nodmraid "nodmraid" def |
|
|
|
/txt_nomodeset "nomodeset" def |
|
|
|
/txt_nox "No-X" def |
|
|
|
/txt_docache "RAM" def |
|
|
|
|
|
|
|
|
|
|
|
% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
|
|
@ -42,6 +46,8 @@ |
|
|
|
/.fulloptions.nodmraid dec |
|
|
|
/.fulloptions.nomodeset dec |
|
|
|
/.fulloptions.free dec |
|
|
|
/.fulloptions.nox dec |
|
|
|
/.fulloptions.docache dec |
|
|
|
xmenu .xm_current .fulloptions.acpi_off put |
|
|
|
} { |
|
|
|
xmenu .xm_current .fulloptions.expert put |
|
|
@ -52,6 +58,8 @@ |
|
|
|
/txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid |
|
|
|
/txt_nomodeset |
|
|
|
/txt_option_free |
|
|
|
/txt_nox |
|
|
|
/txt_docache |
|
|
|
] put |
|
|
|
|
|
|
|
xmenu .xm_title /txt_other_options put |
|
|
@ -86,6 +94,8 @@ |
|
|
|
over .fulloptions.edd_on eq { pop "edd=on" } if |
|
|
|
over .fulloptions.nodmraid eq { pop "nodmraid" } if |
|
|
|
over .fulloptions.nomodeset eq { pop "nomodeset" } if |
|
|
|
over .fulloptions.nox eq { pop "nox" } if |
|
|
|
over .fulloptions.docache eq { pop "docache" } if |
|
|
|
over .fulloptions.free eq { pop "apt-setup/restricted=false apt-setup/multiverse=false" } if |
|
|
|
dup { |
|
|
|
% append new option string |
|
|
|