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:
parent
730621808c
commit
07a1d8e88a
@ -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@.
|
||||
|
@ -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@.
|
||||
|
Loading…
Reference in New Issue
Block a user