.
This commit is contained in:
BIN
salt/states/atftp/files/opensuse.png
Normal file
BIN
salt/states/atftp/files/opensuse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 673 KiB |
71
salt/states/atftp/files/pxelinux.cfg/default
Normal file
71
salt/states/atftp/files/pxelinux.cfg/default
Normal file
@@ -0,0 +1,71 @@
|
||||
#DEFAULT vesamenu.c32
|
||||
#PROMPT 0
|
||||
UI vesamenu.c32
|
||||
TIMEOUT 150
|
||||
ONTIMEOUT local
|
||||
|
||||
|
||||
MENU TITLE Transportable Lab Unit PXE Menu
|
||||
MENU RESOLUTION 1024 768
|
||||
MENU BACKGROUND opensuse.png
|
||||
|
||||
# color codes in #AARRGGBB notation, where AA RR GG BB are hexadecimal digits for
|
||||
# alpha (opacity), red, green and blue, respectively. #00000000 represents fully
|
||||
# transparent, and #ffffffff represents opaque white.
|
||||
#MENU COLOR element ansi foreground background shadow
|
||||
|
||||
MENU COLOR screen 0 #80ffffff #00000000 std # background colour not covered by the splash image
|
||||
MENU COLOR border 0 #ffffffff #ee000000 std # The wire-frame border
|
||||
MENU COLOR title 0 #ff30ba78 #ee000000 std # Menu title text
|
||||
MENU COLOR sel 0 #ff7ad4aa #ee000000 std # Selected menu option
|
||||
MENU COLOR hotsel 0 #ffff8e77 #ee000000 std # The selected hotkey (set with ^ in MENU LABEL)
|
||||
MENU COLOR unsel 0 #ffffffff #ee000000 std # Unselected menu options
|
||||
MENU COLOR hotkey 0 #ffff8e77 #ee000000 std # Unselected hotkeys (set with ^ in MENU LABEL)
|
||||
MENU COLOR tabmsg 0 #c07ad4aa #00000000 std # Tab text
|
||||
MENU COLOR timeout_msg 0 #807ad4aa #00000000 std # Timout text
|
||||
MENU COLOR timeout 0 #c0ff6a52 #00000000 std # Timout counter
|
||||
MENU COLOR disabled 0 #807f7f7f #ee000000 std # Disabled menu options, including SEPARATORs
|
||||
MENU COLOR cmdmark 0 #c000ffff #ee000000 std # Command line marker - The '> ' on the left when editing an option
|
||||
MENU COLOR cmdline 0 #c0ffffff #ee000000 std # Command line - The text being edited
|
||||
# Options below haven't been tested, descriptions may be lacking.
|
||||
MENU COLOR scrollbar 0 #40000000 #00000000 std # Scroll bar
|
||||
MENU COLOR pwdborder 0 #80ffffff #20ffffff std # Password box wire-frame border
|
||||
MENU COLOR pwdheader 0 #80ff8080 #20ffffff std # Password box header
|
||||
MENU COLOR pwdentry 0 #80ffffff #20ffffff std # Password entry field
|
||||
MENU COLOR help 0 #c0ffffff #00000000 std # Help text, if set via 'TEXT HELP ... ENDTEXT'
|
||||
|
||||
LABEL local
|
||||
MENU LABEL Boot local
|
||||
localboot
|
||||
|
||||
MENU BEGIN opensuse
|
||||
MENU TITLE openSUSE Installs
|
||||
LABEL Previous
|
||||
MENU LABEL ^Previous Menu
|
||||
MENU EXIT
|
||||
MENU SEPARATOR
|
||||
MENU INCLUDE pxelinux.cfg/opensuse.menu
|
||||
MENU END
|
||||
|
||||
MENU BEGIN home_servers
|
||||
MENU TITLE Servers at Home
|
||||
LABEL Previous
|
||||
MENU LABEL ^Previous Menu
|
||||
MENU EXIT
|
||||
MENU SEPARATOR
|
||||
MENU INCLUDE pxelinux.cfg/home_servers.menu
|
||||
MENU END
|
||||
|
||||
MENU BEGIN tools
|
||||
MENU TITLE Tools
|
||||
LABEL Previous
|
||||
MENU LABEL ^Previous Menu
|
||||
MENU EXIT
|
||||
MENU SEPARATOR
|
||||
MENU INCLUDE pxelinux.cfg/tools.menu
|
||||
MENU END
|
||||
|
||||
LABEL poweroff
|
||||
MENU LABEL Power Off
|
||||
COMBOOT poweroff.com
|
||||
|
Reference in New Issue
Block a user