more newbie questions

Taylor, ForrestX forrestx.taylor at intel.com
Fri Jul 2 19:56:16 UTC 2004


On Fri, 2004-07-02 at 12:25, jason.ctr.alburger at faa.gov wrote:
> 
> 
> I have placed some files in the toplevel directory of my kickstart cd.  I
> want to copy these files to the /home directory during the kickstart
> installation.  I've been attempting to do this in the %post section of the
> ks.cfg file, but cannot figure out the file path to the toplevel directory
> on the cd.
> 
> ie, I have test.txt on the toplevel directory of the CD.  I want the
> post-install script to put this into /home.
> 
> How can I do this?

%post --nochroot
cp /mnt/source/test.txt /mnt/sysimage/home

%post
# Rest of %post commands.

Forrest





More information about the Kickstart-list mailing list