Re: nfs in %post after an http install - 7.3

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

 



On 21 Jul 2002, seth vidal wrote:

> Hey all,
>  I'm still trying to get access to an nfs share in %post after
> installing via http. I tried putting a %pre with modprobe -a nfs - no
> luck, so then I tried doing that from vt2 during the install - I run
> modprobe -a nfs - it returns w/o error but then lsmod shows no nfs
> modules loaded.
>
> any suggestions welcome, its irritating me a fair bit now.
>

Here's how we do it:

# P O S T - I N S T A L L A T I O N   C O M M A N D S
%post

# install Documentation (FAQs, HOWTOs, Reference Guide, Getting Started Guide,
# and Customization Guide)
/bin/mount 192.168.0.1:/RedHat/7.1 /mnt
cd /mnt/Documentation_CD/RedHat/RPMS
/bin/rpm -Uvh faq-7.1-1.noarch.rpm
/bin/rpm -Uvh howto-7.1-1.noarch.rpm
/bin/rpm -Uvh rhl-rg-en-7.1-1.noarch.rpm
/bin/rpm -Uvh rhl-gsg-en-7.1-1.noarch.rpm
/bin/rpm -Uvh rhl-cg-en-7.1-1.noarch.rpm
cd /






[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