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

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

 



On 22 Jul 2002, seth vidal wrote:

>right - the problem worked out to be this - if you get neither the files
>nor the ks.cfg from nfs then anaconda will not load the nfs modules and
>there is no other way to load those modules.

Couldn't you do an NFS mount just to force the modules to load in a
separate, nochroot'ed %post, like this: (untested)

%post --nochroot
mount 1.2.3.4:/xxx /xxx
umount /xxx
# nfs modules now loaded

%post
mount 1.2.3.4:/xxx /xxx
# do stuff here
umount /xxx

My theory is that you would be able to load the modules if they matched
the kickstart kernel, but the kernel modules available to you in the
chrooted %post section are an incompatible version.


Cheers,

Phil





[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