mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
image: explain available options
This commit is contained in:
parent
3adcb6ca9b
commit
68570a6588
@ -115,7 +115,14 @@ if [ "${BOOTLOADER}" = "syslinux" ]; then
|
|||||||
# create bootloader configuration
|
# create bootloader configuration
|
||||||
echo "image: creating bootloader configuration..."
|
echo "image: creating bootloader configuration..."
|
||||||
cat << EOF > "${LE_TMP}/syslinux.cfg"
|
cat << EOF > "${LE_TMP}/syslinux.cfg"
|
||||||
SAY Wait for installer mode to start or <TAB> for options (installer, live, run)
|
SAY Wait for installer mode to start automatically in 5 seconds...
|
||||||
|
SAY
|
||||||
|
SAY Options
|
||||||
|
SAY =======
|
||||||
|
SAY installer: permanently install ${DISTRO} to HDD/SSD
|
||||||
|
SAY live: boot ${DISTRO} using RAM for temporary storage
|
||||||
|
SAY run: boot ${DISTRO} using this USB memory device for storage
|
||||||
|
SAY
|
||||||
DEFAULT installer
|
DEFAULT installer
|
||||||
TIMEOUT 50
|
TIMEOUT 50
|
||||||
PROMPT 1
|
PROMPT 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user