Changes

Jump to: navigation, search

Create Your Own Fedora Distribution with Revisor

676 bytes added, 14:32, 7 December 2007
Selecting the Re-Spin Packages
Once the creation process is completed the ISO images can be found in the directory specified in the ''Destination Directory'' of the configuration screen (described above).
 
The ISO image may then be burned onto a DVD or CD-ROM (depending on the media type selected during the configuration process). This can be achieved by selecting ''Computer'' from the desktop ''Places'' menu, double clicking on the ''Filesystem'' icon and navigating to your chosen ''Destination Directory''. Place a blank DVD or CD into the drive, right click on the re-spin ISO image and select ''Write to Disk''.
 
Alternatively, if you want to mount the ISO distribution so that you can use it to perform a network based installation you can do so using the Linux loop interface as follows:
 
<pre>
su -
mkdir /mnt/isodisk
mount -o loop F-7-i386-DVD.iso /mnt/isodisk
</pre>

Navigation menu