Displaying 1 result from an estimated 1 matches for "rhs5".
Did you mean:
rhs
2007 Apr 10
1
Add support for Variables
...uot;
##HTTP_SERVER=http://xxx.yyy.com
KICKSTART_DIR=ks/x64/rhs
# Vesa Options
#
MENU INCLUDE gfx/default
# Return to Main Menu
LABEL MainMenu
MENU DEFAULT
MENU LABEL ^Main Menu
KERNEL vesamenu.c32
#
# Latest Release
#
LABEL latest
MENU LABEL ^Latest Release
KERNEL knl/vmlinuz-rhs5-x64
APPEND initrd=img/initrd-rhs5-x64.img
ks=$HTTP_SERVER/$KICKSTART_DIR/5.cfg
#
# Blank boots
#
LABEL linux-rhs50
MENU LABEL ^Blank 5.0
KERNEL knl/vmlinuz-rhs5-x64
APPEND initrd=img/initrd-rhs5-x64.img
------------------------------
This would greatly improve my ability to mana...