From 06df6fd2acced3b27d5351f8998cea8d8c85fe12 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 25 Apr 2014 17:19:22 +0300 Subject: [PATCH] scripts/mkimage: set 'installer' as default boot option some people dont enable "usb legacy support" in bios (or dont know how) thus they can't access installer at all. live mode is non-important --- scripts/mkimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkimage b/scripts/mkimage index 0a74b37e4c..3b9031959d 100755 --- a/scripts/mkimage +++ b/scripts/mkimage @@ -149,7 +149,7 @@ PROMPT 0 MENU TITLE Boot Menu MENU BACKGROUND splash.png TIMEOUT 50 -DEFAULT live +DEFAULT installer MENU WIDTH 70 MENU MARGIN 15