On Thu, Feb 28, 2013 at 9:23 AM, Robert Jacobson <Robert.C.Jacobson@nasa.gov> wrote:

I created a "rescus" profile in cobbler using:

cobbler profile add --comment="Rescue for RHEL 6.4" --distro=rhel6u4-x86_64 --kickstart=/var/lib/cobbler/kickstarts/pxerescue.ks --kopts=rescue --name=rescue-rhel6u4-x86_64

When I booted it, anaconda complained that "langsupport" is not a valid keyword.   It seems to have been removed from anaconda, see:
https://bugzilla.redhat.com/show_bug.cgi?id=160789

Should it then be removed from the cobbler pxerescue.ks file, or is there a reason to keep it in (e.g. legacy support)?  Perhaps change it to:

# uncomment this for legacy systems
# langsupport en_US

I have no problem with that, feel free to send me a patch.