%post question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Trying to to do a %post command that looks like it's not working..

I saw on one of the other posts that you need to do an NFS install if you 
want to later in youe %post do any type of NFS mount.. Some I'm doing an 
NFS install..

here is my %post

%post
(
wget -P /tmp -r -l1 -nd -A "auto*" http://192.168.100.101/AutoUpdate/
rpm -Uvh /tmp/autoupdate-*.rpm
cp /tmp/autoprovides-redhat-* /var/spool/autoupdate/autoprovides.db
mount -t nfs 192.168.100.101:/export/RAID/mirrors/RedHat/9.0/updates/ /mnt
autodld --dldrecursive --url file:///mnt//
) &> /root/kickstart-post.log

I can get the files, install them with rpm, but for some reasn it fails on 
the NFS mount.. Hangs before getting to the autodld command..

Anyone know what I'm doing wrong? Looked in the Doc's and nothing.. Is 
there a better source of doc's then the book that came with the CD's?

Thanks

Denis




[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux