From Fedora Project Wiki
Line 34: | Line 34: | ||
= Ideas For Improvement = | = Ideas For Improvement = | ||
# Create a .desktop file with a Test Day URL on the Desktop | # Create a .desktop file with a Test Day URL on the Desktop | ||
# Make browser default homepage http://fedoraproject.org/wiki/Test_Day:Current (suggested by [[User:sgallagh]]) | |||
# Setup a test day .repo for the running live image (suggested by [[User:sgallagh]]) | # Setup a test day .repo for the running live image (suggested by [[User:sgallagh]]) | ||
[[Category:Test Days]] | [[Category:Test Days]] |
Revision as of 15:47, 30 April 2009
Creating a Test Day Live Image
The following steps outline how to create a Fedora live image for use during test days.
- Install required packages:
yum install spin-kickstarts livecd-tools
- Create a kickstart template, for example:
- cat <<EOF> fedora-livecd-testday.ks
- %include /usr/share/spin-kickstarts/fedora-livecd-desktop.ks
- repo --name jlaska --baseurl http://jlaska.fedorapeople.org/repos/testday
- repo --name awilliam --baseurl http://adamwill.fedorapeople.org/nouveau
- %packages
- gdb
- strace
- ltrace
- rendercheck
- libdrm
- -olpc-logos
- %end
- EOF
- Create the live image:
livecd-creator -c fedora-livecd-testday.ks
Using the Live Image
- To write the live image to a USB stick.
- To write the live image to a CD or DVD media.
- To load the live image in KVM or qemu.
Ideas For Improvement
- Create a .desktop file with a Test Day URL on the Desktop
- Make browser default homepage http://fedoraproject.org/wiki/Test_Day:Current (suggested by User:sgallagh)
- Setup a test day .repo for the running live image (suggested by User:sgallagh)