On Fri, Nov 19, 2010 at 11:25:00 -0800, msacks <[email protected]> wrote: > > What is super-confusing is that my init script works with chkconfig if I run > /sbin/chkconfig --add custombinary > /sbin/chkconfig --level 35 custombinary on > > once my livecd is booted up, but for some reason it isn't getting > turned on by default during the livecd creation.
I believe the post stuff runs in the chroot environment that the image build is run in, but not all of that makes it too the live image. For some stuff you need to put it in a file that will run at boot time. Take a look at what some of the ks files in the fedora-kickstarts do. -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
