From 3388460ac48de0a2d9bca2657726391744b59041 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 18 Jun 2019 18:42:47 +0100 Subject: [PATCH] image: explain available options --- scripts/mkimage | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/mkimage b/scripts/mkimage index 22dd53b4d2..b8348d8b45 100755 --- a/scripts/mkimage +++ b/scripts/mkimage @@ -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 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