mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-20 22:27:06 -04:00
[bootloader] Document intentions
It may be easiest to modify the efiBootloaderId, since that does not normally show up in the UI. I cannot quickly come up with a way to do the same kind of suffixing on the user-visible name. SEE #1820
This commit is contained in:
parent
d1866edfe5
commit
b4b7deac2d
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ efiBootMgr: "efibootmgr"
|
|||
# setting the option here, keep in mind that the name is sanitized
|
||||
# (problematic characters, see above, are replaced).
|
||||
#
|
||||
# There are some special words possible at the end of *efiBootloaderId*:
|
||||
# @@SERIAL@@ can be used to obtain a uniquely-numbered suffix
|
||||
# that is added to the Id (yielding, e.g., `dirname1` or `dirname72`)
|
||||
# @@RANDOM@@ can be used to obtain a unique 4-digit hex suffix
|
||||
# @@PHRASE@@ can be used to obtain a unique 1-to-3-word suffix
|
||||
# from a dictionary of space-themed words
|
||||
# Note that these must be at the **end** of the *efiBootloaderId* value.
|
||||
#
|
||||
# efiBootloaderId: "dirname"
|
||||
|
||||
# Optionally install a copy of the GRUB EFI bootloader as the EFI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue