On 15/11/12 12:03, Duke Nguyen wrote: > Hi folks, > > I am trying to install a Base system into a directory using yum > groupinstall, but I got error as below. Any suggestion to solve the > errors? Thanks. > > $ cat /etc/redhat-release > Scientific Linux release 6.3 (Carbon) > $ uname -a > Linux biowulf.grih.org 2.6.32-279.14.1.el6.x86_64 #1 SMP Tue Nov 6 > 11:21:14 CST 2012 x86_64 x86_64 x86_64 GNU/Linux > $ sudo yum -y groupinstall "Base" "Server Platform" > --installroot=/diskless/root > Loaded plugins: fastestmirror, refresh-packagekit, security > Loading mirror speeds from cached hostfile > * sl: ftp.scientificlinux.org > * sl-security: ftp.scientificlinux.org > http://ftp.scientificlinux.org/linux/scientific/%24releasever/x86_64/os/repodata/repomd.xml: ^^^ This looks wrong. This should be $releasever and should have been expanded to 6.3 before sent to the web server. Not sure why this happens though :/ %24 is ASCII hex code for $.
kind regards, David Sommerseth
