diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-18 22:10:48 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 22:30:13 +0200 |
commit | daf7a8909da46605347523e8da7ce7d22ead0b54 (patch) | |
tree | 62464d088e17e5d7329f8699814d7f17a1c5ee07 /share/bootloaders/extlinux/stdmenu.cfg | |
parent | 2086f8eeed2377d064bc917b3fe0f4da522ce4ef (diff) | |
download | vyos-live-build-daf7a8909da46605347523e8da7ce7d22ead0b54.tar.gz vyos-live-build-daf7a8909da46605347523e8da7ce7d22ead0b54.zip |
Adding extlinux bootloader configuration files.
Diffstat (limited to 'share/bootloaders/extlinux/stdmenu.cfg')
-rw-r--r-- | share/bootloaders/extlinux/stdmenu.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/bootloaders/extlinux/stdmenu.cfg b/share/bootloaders/extlinux/stdmenu.cfg new file mode 100644 index 000000000..d4036bfa1 --- /dev/null +++ b/share/bootloaders/extlinux/stdmenu.cfg @@ -0,0 +1,15 @@ +menu background splash.png +menu color title * #FFFFFFFF * +menu color border * #00000000 #00000000 none +menu color sel * #ffffffff #76a1d0ff * +menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * +menu color tabmsg * #ffffffff #00000000 * +menu color help 37;40 #ffdddd00 #00000000 none +menu vshift 17 +menu rows 10 +menu helpmsgrow 15 +# The command line must be at least one line from the bottom. +menu cmdlinerow 16 +menu timeoutrow 16 +menu tabmsgrow 18 +menu tabmsg Press ENTER to boot or TAB to edit a menu entry |