Displaying 1 result from an estimated 1 matches for "rhs50".
Did you mean:
rhs5
2007 Apr 10
1
Add support for Variables
...in 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 manage the conf files as i would
only have to update changes in 1 or 2 places as opposed to multiple
locations..
(Noone sug...