bootstrap for new yum setup
Michael E Brown
Michael_E_Brown at dell.com
Thu Jun 28 15:29:53 CDT 2007
On Thu, Jun 28, 2007 at 01:05:03PM -0700, gman at infinex.com wrote:
> here is a patch
> ---------------------------------
> --- bootstrap.cgi 2007-06-28 12:51:52.000000000 -0700
> +++ bootstrap.cgi.yum 2007-06-28 13:00:13.000000000 -0700
> @@ -146,7 +146,12 @@
> echo -e "\nInstalling platform-specific repository RPM."
> case $dist in
> el[34])
> - up2date -i dell-hw-specific-repository
> + if [ -f /usr/bin/yum ]
> + then
> + yum -y install dell-hw-specific-repository
> + else
> + up2date -i dell-hw-specific-repository
> + fi
> ;;
> el5)
> yum -y install dell-hw-specific-repository
> ---------------------------------
Thanks. Applied.
> After the install I do "yum install srvadmin-all" it fails:
> [root at hosta tmp]# yum install srvadmin-all
> Setting up Install Process
> Setting up repositories
> Reading repository metadata in from local files
> Parsing package install arguments
> No Match for argument: srvadmin-all
> Nothing to do
> [root at hosta tmp]#
I need your system id: getSystemId output would do.
--
Michael
More information about the Linux-PowerEdge
mailing list