diff options
-rw-r--r-- | com32/hdt/floppy/hdt.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg index 203dd214..010d1372 100644 --- a/com32/hdt/floppy/hdt.cfg +++ b/com32/hdt/floppy/hdt.cfg @@ -26,7 +26,7 @@ LABEL hdt MENU LABEL Menu mode MENU DEFAULT TEXT HELP -Starts HDT using the MENU mode + Starts HDT using the MENU mode ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet @@ -34,8 +34,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL cli MENU LABEL CLI (VESA mode) TEXT HELP -Starts HDT using the Command Line Interface (CLI) -VESA mode is enabled + Starts HDT using the Command Line Interface (CLI) + VESA mode is enabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa @@ -43,8 +43,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL vesa MENU LABEL CLI (Text mode) TEXT HELP -Starts HDT using the Command Line Interface (CLI) -VESA mode is disabled + Starts HDT using the Command Line Interface (CLI) + VESA mode is disabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu @@ -52,8 +52,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL summary MENU LABEL CLI (Auto summary) TEXT HELP -Starts HDT using the Command Line Interface (CLI) and run 'show summary' -VESA mode is enabled + Starts HDT using the Command Line Interface (CLI) and run 'show summary' + VESA mode is enabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show summary' @@ -61,8 +61,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL verbose MENU LABEL CLI (Verbose) TEXT HELP -Starts HDT using the Command Line Interface (CLI) using the verbose mode -VESA mode is enabled + Starts HDT using the Command Line Interface (CLI) using the verbose mode + VESA mode is enabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu |