nox to nogui

master 21-r4
idziubenko 2 years ago
parent 1014904984
commit 84c411043c

@ -17,7 +17,7 @@
/.fulloptions.edd_on 4 def /.fulloptions.edd_on 4 def
/.fulloptions.nodmraid 5 def /.fulloptions.nodmraid 5 def
/.fulloptions.nomodeset 6 def /.fulloptions.nomodeset 6 def
/.fulloptions.nox 7 def /.fulloptions.nogui 7 def
/.fulloptions.docache 8 def /.fulloptions.docache 8 def
/.fulloptions.nocomposite 9 def /.fulloptions.nocomposite 9 def
@ -28,7 +28,7 @@
/txt_edd_on "edd=on" def /txt_edd_on "edd=on" def
/txt_nodmraid "nodmraid" def /txt_nodmraid "nodmraid" def
/txt_nomodeset "nomodeset" def /txt_nomodeset "nomodeset" def
/txt_nox "No-X" def /txt_nogui "No-X" def
/txt_docache "RAM" def /txt_docache "RAM" def
@ -48,7 +48,7 @@
/.fulloptions.edd_on dec /.fulloptions.edd_on dec
/.fulloptions.nodmraid dec /.fulloptions.nodmraid dec
/.fulloptions.nomodeset dec /.fulloptions.nomodeset dec
/.fulloptions.nox dec /.fulloptions.nogui dec
/.fulloptions.docache dec /.fulloptions.docache dec
/.fulloptions.nocomposite dec /.fulloptions.nocomposite dec
xmenu .xm_current .fulloptions.acpi_off put xmenu .xm_current .fulloptions.acpi_off put
@ -60,7 +60,7 @@
is_live not { /txt_expert_mode } if is_live not { /txt_expert_mode } if
/txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid /txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid
/txt_nomodeset /txt_nomodeset
/txt_nox /txt_nogui
/txt_docache /txt_docache
/txt_no_composite /txt_no_composite
] put ] put
@ -114,7 +114,7 @@
xmenu .xm_list [ xmenu .xm_list [
/txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid /txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid
/txt_nomodeset /txt_nomodeset
/txt_nox /txt_nogui
/txt_docache /txt_docache
fulloptions.label_no_composite { /txt_no_composite } if fulloptions.label_no_composite { /txt_no_composite } if
] put ] put
@ -145,7 +145,7 @@
over .fulloptions.edd_on eq { pop "edd=on" } if over .fulloptions.edd_on eq { pop "edd=on" } if
over .fulloptions.nodmraid eq { pop "nodmraid" } if over .fulloptions.nodmraid eq { pop "nodmraid" } if
over .fulloptions.nomodeset eq { pop "nomodeset" } if over .fulloptions.nomodeset eq { pop "nomodeset" } if
over .fulloptions.nox eq { pop "nox" } if over .fulloptions.nogui eq { pop "nogui" } if
over .fulloptions.docache eq { pop "docache" } if over .fulloptions.docache eq { pop "docache" } if
dup { dup {
% append new option string % append new option string

Loading…
Cancel
Save