Displaying 1 result from an estimated 1 matches for "mykickstart".
Did you mean:
pykickstart
2007 Apr 10
1
Add support for Variables
...0
MENU MARGIN 10
MENU PASSWORDMARGIN 3
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU PASSWORDROW 11
MENU TIMEOUTROW 20
MENU TITLE RHS 5 Main Menu
# Http server used in CONF files (because here should have global scope
unless overriden by a local version)
HTTP_SERVER=http://mykickstart.example.com
# Vesa Options
#
MENU INCLUDE gfx/default
# Menus
LABEL x86-5
MENU DEFAULT
MENU LABEL ^32Bit (x86) - 5.x
KERNEL vesamenu.c32
APPEND conf/x86-5.conf
LABEL x64-5
MENU LABEL ^64Bit (x64) - 5.x
KERNEL vesamenu.c32
APPEND conf/x64-5.conf HTTP_SERVER
LABEL i...