Livedvd: Difference between revisions
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: | 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= | 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 | 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