Page 1 of 1

shutting down services before creating iso

PostPosted: Sat Feb 11, 2006 4:20 pm
by Mielo
Hello, there
Im on Fedora Core 3 and I have successful built a fc3 live cd. but my problem is that i wish to turn off certain services.

imagine my iso's virtual directory is $1, how can I turn these services off?

PostPosted: Wed Feb 15, 2006 10:22 pm
by anony
You should mount the ISO image as iso-9660 device and "loop".

man mount

You should modify/delete certain links on "/etc/profile":

http://la-samhna.de/library/tutorial.html

PostPosted: Thu Feb 16, 2006 12:19 am
by Mielo
thanks, I prefer this one

Code: Select all
chroot $1 /sbin/chkconfig --level 345 $service off 2&>1 > /dev/null