Search My Blog

Sunday, October 24, 2010

Creating a CD Set from a DVD — Revisor

Creating a CD Set from a DVD

How to create a CD Set of Installation Media from a downloaded DVD, using Revisor...

Creating CD Installation Media Based on a DVD

Since the Fedora Project no longer distributes CD ISOs with it's releases, it seems, many people that have just a CD-ROM player in their laptops or desktops will need to find a way to use the DVD and install from there.

On of the common methods is to mount the DVD on one station, and then install the other station via the net, or to copy over the DVD Image to the station to be installed and then install from hard drive.

Another option would be to create a CD Set from the DVD you downloaded, using Revisor.

Using the DVD ISO as a Source

  1. Download the DVD ISO image from your favorite mirror.
  2. Loop mount the image:
    mount -t iso9660 -o loop /path/to/image.iso /path/to/mount/point
  3. Append/Add the local repository definition to your target Revisor configuration file: (for example /etc/revisor/conf.d/revisor-f7-i386.conf):

    [fedora-local] name=Fedora 7 - Moonshine - i386 - Loop Mounted ISO Image baseurl=file:///path/to/mount/point/ enabled=0 gpgcheck=1
  4. The default enabled=0 makes sure to not cause issues when the image is not loop mounted. You will be able to set the repository source enabled when doing repository configuration while running Revisor. In this use case, it would be needed to disabled (uncheck) the network based F7 repository when using the loop mounted image as the same data is available locally.

    Please Note: Revisor <= 2.0.3.9 will complain you have not selected a required "base" repository. In Revisor > 2.0.3.9, this error becomes a warning ensuring that you didn't make a mistake by accident.


Using the DVD as a Source

  1. Put your DVD in the DVD drive. It will show up as something like the following:
    /media/Fedora\ 7\ i386\ DVD/ 

    Or:

    /media/Fedora\ 7\ x86_64\ DVD/ 
  2. Append/Add the local repository definition to your target Revisor configuration file: (for example /etc/revisor/conf.d/revisor-f7-i386.conf):

    [fedora-local] name=Fedora 7 - Moonshine - i386 - DVD baseurl=file:///media/Fedora\ 7\ i386\ DVD/ enabled=0 gpgcheck=1 
  3. The default enabled=0 makes sure to not cause issues when the DVD is not in your drive. You will be able to set the repository source enabled when doing repository configuration while running Revisor. In this use case, it would be needed to disabled (uncheck) the network based F7 repository when using the DVD as the same data is available locally.

    Please Note: Revisor <= 2.0.3.9 will complain you have not selected a required "base" repository. In Revisor > 2.0.3.9, this error becomes a warning ensuring that you didn't make a mistake by accident.


Creating CD sets from the DVD

  • Start Revisor and press the "Get Started" button.
  • From Installation Media, select CD Set and press the "Forward button".
  • Select the model and repository you have just configured with the local repository.
  • Do not use a kickstart configuration file, or uncheck the "Use package manifest from kickstart file"-checkbox
  • During the 'Package Selection' dialog, on the 'List' tab press the 'Select All' button.
  • Let Revisor spin you a set of Installation CD-ROMs of your favorite Linux distribution.

This all sounds too easy. There's a culprit. For Revisor to work, you need to run it on a Fedora 7 box. Maybe a friend can help you out here.

Go there...
http://revisor.fedoraunity.org/documentation/creating-a-cd-set-from-a-dvd

Don

No comments: