From: Michael Tremer Date: Sun, 22 Jun 2014 09:19:56 +0000 (+0200) Subject: boot: Enable menu output on serial console. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d6e4a1bfd0ab1c3b9f85a4d7a2f41412f05c19a;p=ipfire.org.git boot: Enable menu output on serial console. --- diff --git a/static/netboot/premenu.cfg b/static/netboot/premenu.cfg index 5068e617..339d7a42 100644 --- a/static/netboot/premenu.cfg +++ b/static/netboot/premenu.cfg @@ -1,3 +1,5 @@ +SERIAL 0 115200 + UI menu.c32 menu color title * #FFFFFFFF * diff --git a/templates/netboot/menu.cfg b/templates/netboot/menu.cfg index 65bfd0f4..3bd7d9fd 100644 --- a/templates/netboot/menu.cfg +++ b/templates/netboot/menu.cfg @@ -1,3 +1,5 @@ +SERIAL 0 115200 + menu hshift 0 menu width 40 menu margin 1 @@ -11,7 +13,6 @@ menu rows 10 menu helpmsgrow 16 menu background boot.png prompt 0 -allowoptions 0 menu title {{ _("IPFire boot menu") }}