Because if (in my case) otherpkgs scripts use rpm to install your packages,
the script will download everything you put in your OTHERPKGDIR directory :
postscripts/otherpkgs line 572 ;
#Handle the rest with rpm
if [ "$plain_pkgs" != "" ]; then
if [ $mounted -eq 0 ]; then
dir_no_ftproot=${OTHERPKGDIR#*$INSTALLDIR/}
mkdir -p /xcatpost/$dir_no_ftproot
rm -f -R /xcatpost/$dir_no_ftproot/*
mkdir -p /tmp/postage/
rm -f -R /tmp/postage/*
cd /tmp/postage
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused
-t 0 -T 60 --reject "index.html*" --no-parent http://$OTHERPKGDIR/ 2>
/tmp/wget.log
On 04/12/2012 01:30 PM, François Bissey wrote:
> On Thu, 12 Apr 2012 13:25:21 poulacou wrote:
>> Hi,
>>
>> when you run the postscripts otherpkgs statefull install:
>>
>> does it download all the files under /install/post/otherpkgs/$sos/$arch/
>> or
>> only the files that you had listing in file.otherpkgs.pkglist
>>
> Hi Fabrice,
>
> Only the one in an otherpkgs.pkglist file. But for it to work you need to have
> created a repo first. I found that the following page had very useful hints
> http://sourceforge.net/apps/mediawiki/xcat/index.php?title=Using_Updatenode
>
> Cheers,
> Francois
> BlueFern team
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> xCAT-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xcat-user
--
Please consider the environment before printing this email.
NIWA is the trading name of the National Institute of Water & Atmospheric
Research Ltd.
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user