On 15 Feb 2003, seth vidal wrote: > Hi everyone, > I've setup rhl 7.1 and 7.2 stock and update/errata repositories at > mirror.dulug.duke.edu > > Check out http://www.dulug.duke.edu/yum/yum-repo.html for more > information. > > I was worried about space before until I remembered to use -l to > yum-arch - now I only have to make a few symlinks and it works just > fine. Thanks -- smile -- yep -- from: install-from-iso.sh at ftp://ftp.owlriver.com/pub/local/ORC/k12ltsp/ bash-2.05b$ grep YUM install-from-iso.sh # 030123 0.05 - testing FORK -- add YUM support YUMARCH="/usr/bin/yum-arch" [ -e $YUMARCH ] && { $YUMARCH -v -l . $YUMARCH -l . > /dev/null bash-2.05b$