From 84c411043c9e42dc7420843cefc1089006f4e83d Mon Sep 17 00:00:00 2001 From: idziubenko Date: Wed, 17 Nov 2021 15:27:55 +0300 Subject: [PATCH] nox to nogui --- dia_fulloptions.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dia_fulloptions.inc b/dia_fulloptions.inc index 608b2a6..c61438d 100644 --- a/dia_fulloptions.inc +++ b/dia_fulloptions.inc @@ -17,7 +17,7 @@ /.fulloptions.edd_on 4 def /.fulloptions.nodmraid 5 def /.fulloptions.nomodeset 6 def -/.fulloptions.nox 7 def +/.fulloptions.nogui 7 def /.fulloptions.docache 8 def /.fulloptions.nocomposite 9 def @@ -28,7 +28,7 @@ /txt_edd_on "edd=on" def /txt_nodmraid "nodmraid" def /txt_nomodeset "nomodeset" def -/txt_nox "No-X" def +/txt_nogui "No-X" def /txt_docache "RAM" def @@ -48,7 +48,7 @@ /.fulloptions.edd_on dec /.fulloptions.nodmraid dec /.fulloptions.nomodeset dec - /.fulloptions.nox dec + /.fulloptions.nogui dec /.fulloptions.docache dec /.fulloptions.nocomposite dec xmenu .xm_current .fulloptions.acpi_off put @@ -60,7 +60,7 @@ is_live not { /txt_expert_mode } if /txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid /txt_nomodeset - /txt_nox + /txt_nogui /txt_docache /txt_no_composite ] put @@ -114,7 +114,7 @@ xmenu .xm_list [ /txt_acpi_off /txt_noapic /txt_nolapic /txt_edd_on /txt_nodmraid /txt_nomodeset - /txt_nox + /txt_nogui /txt_docache fulloptions.label_no_composite { /txt_no_composite } if ] put @@ -145,7 +145,7 @@ 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.nogui eq { pop "nogui" } if over .fulloptions.docache eq { pop "docache" } if dup { % append new option string