C
ckloiber
Guest
What is the correct /root/.autoinstallerrc syntax to use the Red Hat Network to obtain OS updates from Red Hat? Red Hat Enterprise Linux 5 uses yum instead of up2date. I've tried each of the following:
ADDITIONAL_SOURCE="repomd,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
ADDITIONAL_SOURCE="yum,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
ADDITIONAL_SOURCE="up2date,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
ADDITIONAL_SOURCE="rhn,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
All without success. I have also found no documentation online as to the possible values for "repomd".
ADDITIONAL_SOURCE="repomd,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
ADDITIONAL_SOURCE="yum,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
ADDITIONAL_SOURCE="up2date,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
ADDITIONAL_SOURCE="rhn,500,https://xmlrpc.rhn.redhat.com/XMLRPC,<rhn_username>,<rhn_password>"
All without success. I have also found no documentation online as to the possible values for "repomd".