[Fedora-livecd-list] Post section in the kickstart file

Bryan Kearney bkearney at redhat.com
Tue Dec 4 20:52:13 UTC 2007


I am attempting to build a live cd where some of conifguration is done 
via a tarball. I added the following code to the %post of the kickstart

%post

cd /tmp
wget http://www.foo.com/someTarball.tar
tar -xvf someTarball.tar
/tmp/setup.sh

I get the following error:
http://www.foo.com/someTarball.tar
Resolving www.foo.com... failed: Temporary failure in name resolution.

Is there a way to enable this type of network access?

-- bk




More information about the Fedora-livecd-list mailing list