x86-desktop.sh: improve comment
This commit is contained in:
parent
69e3f1fa76
commit
7f320fed82
|
@ -2,10 +2,10 @@
|
||||||
# environment for certain images.
|
# environment for certain images.
|
||||||
|
|
||||||
# All config file names need to be in 8.3 format!
|
# All config file names need to be in 8.3 format!
|
||||||
# For that reason files that get a desktop postfix are renamed as follows:
|
# For that reason files that get a "desktop" postfix are renamed as
|
||||||
# adtxt->at, adgtk->ag.
|
# follows: adtxt->at, adgtk->ag.
|
||||||
# With two characters to identify the desktop environment this will leave
|
# With two characters (dt) for the postfix this will leave as maximum
|
||||||
# as maximum for example: amdatlx.cfg or amdtxtlx.cfg.
|
# for example: amdtxtdt.cfg or amdatdt.cfg.
|
||||||
|
|
||||||
make_desktop_template() {
|
make_desktop_template() {
|
||||||
# Split rescue labels out of advanced options files
|
# Split rescue labels out of advanced options files
|
||||||
|
|
Loading…
Reference in New Issue