<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sugarlabs.org/index.php?action=history&amp;feed=atom&amp;title=Build_Your_Own_Remix_with_Fedora_with_git</id>
	<title>Build Your Own Remix with Fedora with git - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sugarlabs.org/index.php?action=history&amp;feed=atom&amp;title=Build_Your_Own_Remix_with_Fedora_with_git"/>
	<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Build_Your_Own_Remix_with_Fedora_with_git&amp;action=history"/>
	<updated>2026-04-17T16:08:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.sugarlabs.org/index.php?title=Build_Your_Own_Remix_with_Fedora_with_git&amp;diff=75997&amp;oldid=prev</id>
		<title>Satellit: Build_Your_Own_Remix_with_Fedora_with_git</title>
		<link rel="alternate" type="text/html" href="https://wiki.sugarlabs.org/index.php?title=Build_Your_Own_Remix_with_Fedora_with_git&amp;diff=75997&amp;oldid=prev"/>
		<updated>2012-03-01T23:54:10Z</updated>

		<summary type="html">&lt;p&gt;Build_Your_Own_Remix_with_Fedora_with_git&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;test Digest, Vol 97, Issue 3&lt;br /&gt;
Comment (by adamwill) &lt;br /&gt;
&lt;br /&gt;
I can build live images if needed. Actually, you probably could too, it&amp;#039;s&lt;br /&gt;
actually very simple to do. You basically just need a git checkout of&lt;br /&gt;
spin-kickstarts:&lt;br /&gt;
 http://git.fedorahosted.org/git/?p=spin-kickstarts.git &lt;br /&gt;
and the livecd-tools package installed. Then you run a command something like this:&lt;br /&gt;
&lt;br /&gt;
 livecd-creator -c /path/to/spin-kickstarts/fedora-live-desktop.ks -v -f&lt;br /&gt;
 my_awesome_live -t /home/adamw/local/live/tmp/&lt;br /&gt;
 --cache=/home/adamw/local/live/cache/&lt;br /&gt;
 &lt;br /&gt;
 -c is the kickstart to use, -v is verbose, -f is the filename and label to&lt;br /&gt;
 use for the resulting image, -t specifies the temporary directory and&lt;br /&gt;
 --cache specifies the cache directory (I think otherwise it uses /tmp and&lt;br /&gt;
 /var/something; I do this so the temp stuff can be re-used on subsequent&lt;br /&gt;
 attempts and the cache doesn&amp;#039;t overflow my smaller / partition).&lt;br /&gt;
 &lt;br /&gt;
 To do your customizations, you can take advantage of kickstart inclusion.&lt;br /&gt;
 Create a new kickstart file which includes the official kickstart you want&lt;br /&gt;
 to base your image on, and adds your customizations. So I have this&lt;br /&gt;
 kickstart file which just adds a couple of repos, for instance:&lt;br /&gt;
 &lt;br /&gt;
 --------------&lt;br /&gt;
 &lt;br /&gt;
 %include spin-kickstarts/fedora-livecd-desktop.ks&lt;br /&gt;
 &lt;br /&gt;
 repo --name=side --baseurl=file:///home/adamw/local/repo2/$basearch [[BR]]&lt;br /&gt;
 repo --name=bleed&lt;br /&gt;
 --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch&lt;br /&gt;
 &lt;br /&gt;
 --------------&lt;br /&gt;
 &lt;br /&gt;
 Or one which adds a package:&lt;br /&gt;
  &lt;br /&gt;
 --------------&lt;br /&gt;
 &lt;br /&gt;
 %include spin-kickstarts/fedora-livecd-desktop.ks&lt;br /&gt;
 &lt;br /&gt;
 repo --name=side --baseurl=file:///home/adamw/local/repo/$basearch [[BR]]&lt;br /&gt;
 #repo --name=bleed&lt;br /&gt;
 --baseurl=http://kojipkgs.fedoraproject.org/mash/bleed/$basearch&lt;br /&gt;
 &lt;br /&gt;
 %packages [[BR]]&lt;br /&gt;
 rendercheck [[BR]]&lt;br /&gt;
 %end&lt;/div&gt;</summary>
		<author><name>Satellit</name></author>
	</entry>
</feed>