Diego A. Fons a écrit :

> The software is not a RPM, it's a software I've made.
> 
> Is it possible? and How can I add this software to the LiveCD image?
> 

Add this inside your main .ks file:

%post
%include diegos_chroot_installation_script.sh
%end

%post --nochroot
%include diegos_nochroot_installation_script.sh
%end

You can even nest "%include" directives.

For more details, check kickstart's documentation (livecd-creator shares a lot 
of its implementation with kickstart).


--
Fedora-livecd-list mailing list
Fedora-livecd-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-livecd-list

Reply via email to