Changes

Jump to navigation Jump to search
774 bytes added ,  07:06, 4 September 2010
m
Line 330: Line 330:     
  <code>
 
  <code>
 +
%include spin-kickstarts/(your).ks
 +
 +
#redefine repo to some local mirror  (See below and :[https://fedoraproject.org/wiki/QA/Test_Days/Live_Image#Creating_a_Test_Day_Live_Image])
 +
 
  %packages
 
  %packages
  foo
+
  #provide list of packages (normal, wildcarded, @comps) to be added or removed - dependencies are handled
  baz
+
  #packageYouWant
  bar
+
  #wildcardedPackagesYouWant*
 +
#@CompYouWant
 +
#-packageYouDontWant
 
  %end
 
  %end
  </code>
+
   
 +
%post
 +
#put any shell commands here
 +
%end
 +
 
 
=====More Information=====
 
=====More Information=====
 +
*In the worst case you can base the whole livecd on Fedora 12 packages with this definition:
 +
# not really rawhide, overriden with F12 'released' repo
 +
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=$basearch
 +
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f12&arch=$basearch
 +
 +
 
* %packages
 
* %packages
 
:Add and or remove programs
 
:Add and or remove programs
12,355

edits

Navigation menu