Livedvd: Difference between revisions

From OACISS Systems Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
We're now using Fedora 10 for LiveDVD creation
We're now using Fedora 10 for LiveDVD creation


First, you need our kickstart file: taulivedvd.ks
First, you need our kickstart file: point.ks


Then, you can build the LiveDVD with:
Then, you can build the LiveDVD with:
  livecd-creator --config=taulivedvd.ks --fslabel=livedvd --cache=/var/cache/live
  livecd-creator --config=point.ks --fslabel=point --cache=/var/cache/live


You can then test it in a virtual machine with:
You can then test it in a virtual machine with:
  qemu-kvm -m 512 --cdrom livedvd.iso
  qemu-kvm -m 512 --cdrom point.iso

Latest revision as of 20:40, 4 June 2009

We're now using Fedora 10 for LiveDVD creation

First, you need our kickstart file: point.ks

Then, you can build the LiveDVD with:

livecd-creator --config=point.ks --fslabel=point --cache=/var/cache/live

You can then test it in a virtual machine with:

qemu-kvm -m 512 --cdrom point.iso