Sunday 11 November 2012


How to build a Fedora Remix converts to a lived and bootable ISO image 

(Release 0.1)

A.     The process of building a live bootable Fedora Remix ISO file is simple. In fact, the process is just need a few step to complete.
1)      Create and modify a kickstart files
2)      Run that kickstart file through livecd-creator
3)      Pull in the packages and compose an .ISO

B.     There are two important steps to setup the essential building environment.

1)      Setup a building environment
yum install livecd-tools spin-kickstarts

2)      Set SELinux in permissive mode (This step must perform. It created lots problems to me)
setenforce 0

C.     Create a ISO image file based upon the kickstart file using the utility of livecd-creator

·         Using livecd-creator command to build the ISO image
--cache : defines the cache directory to use
--config : define the kickstart file that you want to covert
--fslabel : defines the file system label. The default is based on the configuration name

·         Here is the command that I use to convert the kickstart file
livecd-creator --config=fedora-livecd-security.ks --fslabel=Fedora-Remix-Security --cache=/var/cache/live

D.     If the command is successfully executed, then the output should look like this

E.     Here is the Fedora-Remix-Security ISO file, which is live bootable version

http://dl.dropbox.com/u/55298330/Fedora-Remix-Security.iso





No comments:

Post a Comment