[Fedora-livecd-list] Re: Custom LiveCD

Marc Herbert Marc.Herbert at gmail.com
Wed Jul 29 18:13:33 UTC 2009


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).





More information about the livecd mailing list