Difference between revisions of "SYA710 Lab07"

From CDOT Wiki
Jump to: navigation, search
(New page: === Making a Fedora Custom (Spin) CD === * Login to Fedora 8 Test system in lab T2107 * Authenticate yourself using FireFox * Run "yum update" * Run "yum install libvirt virt-manager" * Us...)
 
(Making a Fedora Custom (Spin) CD)
 
Line 9: Line 9:
 
* Run "yum install pungi"
 
* Run "yum install pungi"
 
* Copy this [[SYA710 kickstart| kickstart]] file - call it f9-ks.cfg
 
* Copy this [[SYA710 kickstart| kickstart]] file - call it f9-ks.cfg
* Run "pungi -c f9-ks.ks --nosource --force --ver=F9"
+
* Run "pungi -c f9-ks.cfg --nosource --force --ver=F9"
 
* Burn a copy of the ISO onto a CD and verify it on another PC
 
* Burn a copy of the ISO onto a CD and verify it on another PC
 
* Modify f9-ks.cfg to customize the spin to your liking - eg add package isomaster and create your own version of Fedora
 
* Modify f9-ks.cfg to customize the spin to your liking - eg add package isomaster and create your own version of Fedora
 
* Finally, write a blog about this lab and email your teacher when done
 
* Finally, write a blog about this lab and email your teacher when done

Latest revision as of 16:04, 23 November 2008

Making a Fedora Custom (Spin) CD

  • Login to Fedora 8 Test system in lab T2107
  • Authenticate yourself using FireFox
  • Run "yum update"
  • Run "yum install libvirt virt-manager"
  • Use Virtual Machine Manager and set up a Fedora 9 VM on /dev/sdb
  • Login to Fedora 9 VM
  • Install all updates - this may take a while
  • Run "yum install pungi"
  • Copy this kickstart file - call it f9-ks.cfg
  • Run "pungi -c f9-ks.cfg --nosource --force --ver=F9"
  • Burn a copy of the ISO onto a CD and verify it on another PC
  • Modify f9-ks.cfg to customize the spin to your liking - eg add package isomaster and create your own version of Fedora
  • Finally, write a blog about this lab and email your teacher when done