isolinux.cfg: Rename the 'vesa' menu entry to 'basic'

It never used vesa directly, it passes nomodeset, so make it less
confusing. Also simplify the menu text so that it fits on the screen
for distributions with long names.
This commit is contained in:
Brian C. Lane 2021-03-01 11:39:52 -08:00
parent 730621808c
commit 07a1d8e88a
2 changed files with 6 additions and 6 deletions

View File

@ -73,11 +73,11 @@ menu separator # insert an empty line
# utilities submenu
menu begin ^Troubleshooting
menu title Troubleshooting
menu title Troubleshooting @PRODUCT@ @VERSION@
label vesa
label basic
menu indent count 5
menu label Install @PRODUCT@ @VERSION@ in ^basic graphics mode
menu label Install using ^basic graphics mode
text help
Try this option out if you're having trouble installing
@PRODUCT@ @VERSION@.

View File

@ -73,11 +73,11 @@ menu separator # insert an empty line
# utilities submenu
menu begin ^Troubleshooting
menu title Troubleshooting
menu title Troubleshooting @PRODUCT@ @VERSION@
label vesa
label basic
menu indent count 5
menu label Start @PRODUCT@ @VERSION@ in ^basic graphics mode
menu label Start using ^basic graphics mode
text help
Try this option out if you're having trouble starting
@PRODUCT@ @VERSION@.