mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
image: explain available options
This commit is contained in:
parent
ff3887ee11
commit
3388460ac4
@ -115,7 +115,14 @@ if [ "${BOOTLOADER}" = "syslinux" ]; then
|
||||
# create bootloader configuration
|
||||
echo "image: creating bootloader configuration..."
|
||||
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
|
||||
TIMEOUT 50
|
||||
PROMPT 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user