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

--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to