Build Your Own Remix with Fedora: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
 
(84 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=='''Build Your Own Remix''' ==
=='''Build Your Own Remix''' ==
:'''Return to [http://wiki.sugarlabs.org/go/Sugar_Creation_Kit Sugar_Creation_Kit]'''
:'''Return to [[Sugar Creation Kit]]'''
::'''Fedora only'''
::'''Fedora only'''


Line 6: Line 7:
: A 8GB USB is a minimum requirement.
: A 8GB USB is a minimum requirement.
: It is usually Cheaper to buy a 120GB or larger external USB Hard Drive and install fedora on it.
: It is usually Cheaper to buy a 120GB or larger external USB Hard Drive and install fedora on it.
:'''A Gnome Desktop install seems to work best. Link: [http://fedora.osuosl.org/linux/releases/13/Fedora/i386/iso/Fedora-13-i386-netinst.iso]'''




''' THIS SHOULD BE LOOKED AT FIRST:http://download.sugarlabs.org/soas/docs/customization-guide'''
''' THIS SHOULD BE LOOKED AT FIRST:http://download.sugarlabs.org/soas/docs/customization-guide'''
:: NOTE: this content should be used to enhance above link - 08/02/2010 satellit
:: NOTE: this content should be used to enhance above link - 08/02/2010 satellit
'''NOTE: also look at SugarClone:'''  
'''NOTE: also look at SugarClone:'''  
: (SugarClone duplicates a customized live USB to 2nd USB.)
: (SugarClone duplicates a customized live USB to 2nd USB.)


  Sugar Clone, http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Sugar_Clone, is a
  Sugar Clone, [[Sugar on a Stick/Sugar Clone]], is a
  short-cut method to customize a SoaS installation that works with a
  short-cut method to customize a SoaS installation that works with a
  single-word command.  It would probably serve the targeted-project,
  single-word command.  It would probably serve the targeted-project,
  special-focus case.
  special-focus case.
=='''livemedia-creator'''==
*Newer method in f24
:https://jbwillia.wordpress.com/2014/10/29/how-to-build-updated-fedora-live-iso-for-yourself/
*Older post
:https://www.brianlane.com/creating-live-isos-with-livemedia-creator.html
*Examples in f24 root terminal:
*Must be done first:
:'''You must be in the same fedora version (f24) first.'''
setenforce 0
=== ksflatten ===
::build works: 05/26/2016 tg
*Link:
:https://pagure.io/fedora-kickstarts/tree/f24
::<dgilmore> satellit: I suggest that you tell people to git clone the repo and not get each piece manually
:Kickstarts need to flattened before use:
:: hit raw tab and '''save-page-as''' to a local directory (/home/(user)/Downloads/pagure.ks/)
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-soas.ks
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-base.ks
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-live-minimization.ks
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-repo.ks
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-repo-not-rawhide.ks
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-repo-rawhide.ks
:https://pagure.io/fedora-kickstarts/blob/f24/f/fedora-soas-packages.ks
*switch root terminal to the local directory with the kickstart files (/home/(user)/Downloads/pagure.ks/)
ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F24
livemedia-creator --ks /home/(user)/Downloads/pagure.ks/flat-fedora-live-soas.ks  --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 24 --title Fedora-SoaS-flat-live --macboot


=== Make a remix ===
*edit the bottom of the flat-fedora-live-soas.ks
:in this section
%packages
:add a program  (add name)
:'''-''' delete a program ( put - in front)
:put '''#''' in front of listed program to not install it
:Build takes a long time wait for completion
:ends with:
..........clip........
..........clip........
2016-05-17 16:16:16,110: Disk Image install successful
2016-05-17 16:16:16,110: working dir is /var/tmp/lmc-work-rilyz2bm
2016-05-17 16:27:38,448: Rebuilding initrds
2016-05-17 16:27:38,448: dracut args = ['--xz', '--add', 'livenet dmsquash-live convertfs pollcdrom qemu qemu-net', '--omit', 'plymouth', '--no-hostonly', '--debug', '--no-early-microcode']
2016-05-17 16:27:38,449: rebuilding boot/initramfs-4.5.3-300.fc24.x86_64.img
2016-05-17 16:29:15,724: Building boot.iso
2016-05-17 16:29:15,784: running x86.tmpl
2016-05-17 16:29:48,959: Disk image erased
2016-05-17 16:29:49,377: SUMMARY
2016-05-17 16:29:49,377: -------
2016-05-17 16:29:49,377: Logs are in /tmp/lmc-logs
2016-05-17 16:29:49,377: Results are in /tmp/lmc
===Retrieve finished live.iso===
"Results are in /tmp/lmc"
*start files application
*click on '''Files system'''
:open  temp folder
:open lmc folder
*click on  the '''.....iso''' you just built
'''copy to''' (mouse right click) '''Home''' with files application
*Check that it is in Home
===Clean Up===
:delete the instance in /tmp
:delete the /tmp directory  (cannot run new build unless this is done?)
[root@localhost lmc]#
[root@localhost lmc]# cd ..
[root@localhost tmp]# rm -r lmc
rm: descend into directory 'lmc'? y
rm: remove regular file 'lmc/Fedora-LUCwks-20160524.iso'? y
rm: remove directory 'lmc'? y
[root@localhost tmp]#
== Fedora Remix Info ==
:https://fedoraproject.org/wiki/Remix
*Important Info and links
"A Fedora Remix is a combination of Fedora software, with or without third-party software,
that any community member can create at any time..."
''' The following is Modified/Adapted from: https://fedoraproject.org/wiki/Talk:How_to_create_and_use_a_Live_CD'''
''' The following is Modified/Adapted from: https://fedoraproject.org/wiki/Talk:How_to_create_and_use_a_Live_CD'''
* AND
* AND
'''FedoraQA Creating_a_Test_Day_Live_Image: https://fedoraproject.org/wiki/QA/Test_Days/Live_Image#Creating_a_Test_Day_Live_Image'''
'''FedoraQA Creating_a_Test_Day_Live_Image: https://fedoraproject.org/wiki/QA/Test_Days/Live_Image#Creating_a_Test_Day_Live_Image'''
*Other Important links:
::3/11/2014
:https://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD?rd=How_to_create_and_use_Fedora_Live_CD
:https://fedoraproject.org/wiki/How_to_create_a_Fedora_install_ISO_for_testing?rd=How_to_build_a_Rawhide_ISO_image_for_testing#Build_a_boot.iso
== Introduction ==
*Complete Reference on Fedora [https://fedoraproject.org/wiki/Anaconda/Kickstart Anaconda Kickstart]
*Fedora 18 is shifting to using Anaconda with kickstart files
:Notes on f18 Customization of installs using Anaconda and kickstart files: [[Fedora#Customize_with_kickstart_files]]


=== Introduction ===
This page explains how to make a  custom-content Remix of Live CD or DVD on Fedora-based systems including derived  distributions such as RHEL, CentOS and others.


:::::::'''NOTE THAT THESE REMIXES ARE NOT SUPPORTED BY FEDORA'''
:::::::'''NOTE THAT THESE REMIXES ARE NOT SUPPORTED BY FEDORA'''
Line 30: Line 126:
::::::: You may find some volunteer support on IRC freenode #sugar however.
::::::: You may find some volunteer support on IRC freenode #sugar however.
:::::::'''[http://webchat.freenode.net/?randomnick=1&channels=sugar&prompt=1 click on this link to join #sugar on IRC Chat]'''
:::::::'''[http://webchat.freenode.net/?randomnick=1&channels=sugar&prompt=1 click on this link to join #sugar on IRC Chat]'''
This page explains how to make a  custom-content Live CD or DVD on Fedora-based systems including derived  distributions such as RHEL, CentOS and others.


If you simply want to burn a pre-made  ISO to a disc, visit http://fedoraproject.org/en/get-fedora to download a LiveCD or LiveDVD,  then see the [http://docs.fedoraproject.org/install-guide/ install guide] or [http://docs.fedoraproject.org/readme-burning-isos/ burning how-to] for further  instructions.
If you simply want to burn a pre-made  ISO to a disc, visit http://fedoraproject.org/en/get-fedora to download a LiveCD or LiveDVD,  then see the [http://docs.fedoraproject.org/install-guide/ install guide] or [http://docs.fedoraproject.org/readme-burning-isos/ burning how-to] for further  instructions.
Line 53: Line 145:


  su -c 'yum install livecd-tools spin-kickstarts'
  su -c 'yum install livecd-tools spin-kickstarts'
*'''https://git.fedorahosted.org/git/spin-kickstarts.git'''
:latest spin.ks files


If you are interested in localized live cd files, install also '''l10n-kickstarts'''.
If you are interested in localized live cd files, install also '''l10n-kickstarts'''.
Line 64: Line 160:
::f14 0.90.-
::f14 0.90.-
::f15 0.92.-
::f15 0.92.-
::f16 0.94.-
::f17 0.96.-
::f18 0.98.-
::f19 0.98.7-
::f20 0.99. -
::f21 0.102.x -
::f22
::f23
::f24 0.108.x -


==== Set up your environment ====
==== Set up your environment ====


Now we'll set up the place you'll be building your remix's image file in. We assume you're running a recent version of Fedora.
Now we'll set up the place you'll be building your remix's image file in. We assume you're running a recent version of Fedora.
:We will use the /home/(user*)/Desktop to do our builds
:We will use the /home/(user*)/ directory to do our builds
:Note: If you use the Kickstart files in the default installed location in /usr/share/spin-kickstarts you will have permission problems editing the files.
:Note: If you use the Kickstart files in the default installed location in /usr/share/spin-kickstarts you will have permission problems editing the files.
*'''Set SELinux in permissive mode:'''
*'''Set SELinux in permissive mode:'''
::It will fail if this is not done
::Remix build will fail if this is not done
  su -c ‘setenforce 0’
  su -c ‘setenforce 0’
*Copy the kickstart files you've Downloaded to your Desktop:
*Copy the kickstart files you've Downloaded to a new spin-kickstarts directory:
::As noted above; copying changes the file permissions so it is easier to use them.
 
:(user*)= your user name
:(user*)= your user name
*In terminal $:
mkdir /home/(user*)/spin-kickstarts
cp /usr/share/spin-kickstarts/*.ks /home/(user*)/spin-kickstarts/
cd /home/(user*)/spin-kickstarts/
=====ksflatten=====
*program to convert kickstart files into one file
*install:
  dnf install /usr/bin/ksflatten
KSFLATTEN(1)                          General Commands Manual                          KSFLATTEN(1)
NAME
      ksflatten — flatten a kickstart file
SYNOPSIS
      ksflatten [-c | --config INFILE]  [-o | --output OUTFILE]  [-v | --version VERSION]
DESCRIPTION
      ksflatten is a program that takes an input kickstart file potentially containing includes and
      generates an output file with all the includes inlined.
EXIT STATUS
      ksflatten returns 0 on success, and 1 if INFILE does not exist or there is an  error  parsing
      the kickstart file.
OPTIONS
      -c, --config INFILE
                The name of the input kickstart file.
      -o, --output OUTFILE
                Write the flattened kickstart file to OUTFILE, or stdout if no filename is given.
      -v, --version VERSION
======Examples======
# /Downloads/spin-kickstarts
ksflatten -v, --config fedora-livecd-soas.ks -o flat-fedora-livecd-soas.ks --version F21
=====git spin-kickstarts=====
::Updated 11/09/2014
:https://git.fedorahosted.org/cgit/spin-kickstarts.git/
:'''https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/?h=f21'''
::'''Recommended for most up to date xxx.ks'''
:Latest spin-kickstarts used for composes of live cd's
::Downloaded spin-kickstarts usually are not up to date.
*These are more up to date kickstart files-(used for builds)
:Index: http://git.fedorahosted.org/cgit/spin-kickstarts.git/
:Unzip latest file
:Use these kick-start files as shown in the above example.
:Be sure to not mix them with the files we added to /spin-kickstarts
*Suggest copying them to /home/(user)*/ to keep them apart.
* Edit one of these .ks files with the '''gedit''' Text Editor
:see (section below for details of what you can do)
====Masher .ks files====
*use the flattened (one file) .ks file for the latest koji builds:
:http://koji.fedoraproject.org/koji/tasks?start=0&state=all&view=flat&method=createLiveCD&order=-id
::Click on the green (successful) build listed on this page and download the xxxx.ks listed below the xxxx.iso link
::Save this to  /home/(user)/spin-kickstarts/ 
::Link to this after you adjust the xxx.ks for your needs (see below)
====[https://fedoraproject.org/wiki/QA:Testcase_Kickstart_File_Path_Ks_Cfg Add a xxx.ks file in Anaconda]====
"This test will verify that anaconda can load a kickstart file from a file:// path. This is a typical case for when the kickstart file is located in the initrd.img."
====Example Terminal Command to Build .iso ====
'''You must be connected to a fast Internet connection for this to work'''
*In root terminal:
'''livecd-creator \'''
'''--config=/home/(user)/spin-kickstarts/fedora-livecd-soas.ks \'''
'''--fslabel=Soas-v(2-11)-Remix-mmddyr --cache=/var/cache/live --verbose'''
*'''KEY'''
: --fslabel=Soas-v(2-14)-Remix-mmddyr = (The name you specify for the CD remix)
:: Explanation of format for name:  (preliminary layout pending approval by Soas)
:::  v(2-11)= the sugar version
:::: v2= Fedora 12 sugar 0.86-
:::: v3= Fedora 13 sugar 0.88-
:::: v4= Fedora 14 sugar 0.89-0.90
:::: v5= Fedora 15 sugar 0.92
:::: v6= Fedora 16 sugar 0.94.x
:::: v7= Fedora 17 sugar 0.95.x
:::: v8= Fedora 18 sugar 0.98.x
:::: v10=Fedora 20 sugar 0.99.x
:::: v11=Fedora 21 sugar 0102.x
:::: v12=Fedora 22 sugar 0102.x
:::: v13=Fedora 23 sugar 0104.x
:::: v14=Fedora 24 sugar 0106.x


mkdir /home/(user*)/Desktop/spin-kickstarts
cp /usr/share/spin-kickstarts/*.ks /home/(user*)/Desktop/spin-kickstarts/
cd /home/(user*)/Desktop/spin-kickstarts/


* Edit one of the .ks files you just copied to your Desktop/spin-kickstarts directory
:::: mmddyr= The Creation Date
gedit
:: '''Remix is REQUIRED for naming if Soas is used'''
 
: --config=/home/(user*)/spin-kickstarts/  * (path to your spin-kickstarts folder and .ks file)
: the flattened .ks files from koji are preferred kickstarts to use:
::http://koji.fedoraproject.org/koji/tasks?start=0&state=all&view=flat&method=createLiveCD&order=-id


==== Create''/Modify'' the kickstart file ====
==== Create''/Modify'' the kickstart file ====
Line 139: Line 338:
  then just add the following line in the %post --nochroot section:
  then just add the following line in the %post --nochroot section:
  sed -i -e '/ *append / { s/quiet// ; s/rhgb//;  }'  "${LIVE_ROOT}"/isolinux/isolinux.cfg
  sed -i -e '/ *append / { s/quiet// ; s/rhgb//;  }'  "${LIVE_ROOT}"/isolinux/isolinux.cfg
*The SED Command
:http://www.grymoire.com/Unix/Sed.html


:'''EXAMPLE'''
:'''EXAMPLE'''
Line 173: Line 374:
::(remove # )from The repos you want to use
::(remove # )from The repos you want to use
:'''EXAMPLE''': repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
:'''EXAMPLE''': repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
*Good example of a very complicated remix-Maintained by the Fusion Linux
:'''EXAMPLE'''[[Build_Your_Own_Remix_with_Fedora_Samples| Desktop with customizations to fit in a CD sized image ]]


* Look at this .ks for usage examples:http://people.sugarlabs.org/Tgillard/Mirabelle-Remix-plain.ks
=====How to add autostart apps to your Fedora Remix=====
Posted on February 7, 2012 by valent | Leave a comment
http://fusionlinux.org/2012/02/07/how-to-add-autostart-apps-to-your-fedora-remix/
If you want to add autostart apps to your Fedora remix there is one quick and easy way to do it.
Open your kickstart file and find section that starts with “%post”.
Any command that you issue in %post section run with root privileges in build environment before iso image is created.
Any application that you add to ~/.config/autostart folder start up in GNOME 3 when user logs on. To make this system wide you need to put your application shortcuts in /etc/skel/.config/autostart directory
so here is one example how your kickstart could look like:
# add synapse to autostart directory
mkdir -p /etc/skel/.config/autostart
cp /usr/share/applications/synapse.desktop /etc/skel/.config/autostart/
Now you can add any app that you want to start every time users log on.




Line 180: Line 396:
* '''Congrats -- you're done!'''
* '''Congrats -- you're done!'''


====Example Terminal Command to Build .iso ====
==== Build the image ====
 
*The build process will take some  time, as well as space and bandwidth.
'''You must be connected to a fast Internet connection for this to work'''
*copy paste the commands to a root terminal:
 
:'''f14(rawhide)build system using fedora-livecd-soas.ks'''
::: (This example also works with a f13 Build System)
*In terminal /home/(user)/Desktop:
*In terminal /home/(user)/Desktop:
:su
su
:"#"
#
  livecd-creator \
cd Desktop
  --config=/home/(user)/Desktop/spin-kickstarts/fedora-livecd-soas.ks \
:'''(This is an Example do not use)'''
  --fslabel=Soas-v(2-3-4)-ddmmyear-Remix --cache=/var/cache/live --verbose
  '''livecd-creator \'''
 
  '''--config=/home/(user)/Desktop/spin-kickstarts/fedora-livecd-soas.ks \'''
*'''KEY'''
  '''--fslabel=Soas-v(2-3-4-5-6)-yearmmdd-Remix --cache=/var/cache/live --verbose'''
: --fslabel=Soas-v(2-3-4)-ddmmyear-xxxx-Remix = (The name you specify for the CD remix)
 
:: Explanation of format for name:  (preliminary layout pending approval by Soas)
:::  v(2-3-4)= the sugar version v(2-3-4)
:::: v2= Fedora 12 sugar 0.86-
:::: v3= Fedora 13 sugar 0.88-
:::: v4= Fedora 14 sugar 0.89-0.90
:::: dd/mm/year= The Creation Date
:::: -xxxx = custom name
:::: '''Remix is REQUIRED for naming if Soas is used'''


: --config=/home/(user*)/Desktop/spin-kickstarts/  * (path to your Desktop/spin-kickstarts folder and .ks file)
==== Build the image ====
*The build process will take some  time, as well as space and bandwidth.


:Success is indicated by message:
:Success is indicated by message:
::'''"Setting supported flag to 0"'''
::'''"Setting supported flag to 0"'''
:your new remix CD.iso is located in your Home Folder.
:your new remix CD.iso is located in your Desktop Folder.


'''Credits'''
'''Credits'''
:Parts of this page were based on Rahul Sundaram's article [http://www.linuxforu.com/how-to/roll-out-a-fedora-remix/ Roll Out A Fedora Remix]. And the References listed below:
:Parts of this page were based on Rahul Sundaram's article [http://www.linuxforu.com/how-to/roll-out-a-fedora-remix/ Roll Out A Fedora Remix]. And the References listed below:


===Share your Custom.ks File===
===[[Build_Your_Own_Remix_with_Fedora_with_git|Build your own Remix with git]]===
 
* [[Build Your Own Remix with Fedora with git]]
* we plan to have a listing of Customized kickstart.files to share on the WIKI
:test Digest, Vol 97, Issue 3 Comment (by adamwill)  
: We will list them here so others can try them out and learn from them.
:I can build live images if needed. Actually, you probably could too, it's actually very simple to do. You basically just need a git checkout of spin-kickstarts:
::Please send e-mail to:
To: soas@lists.sugarlabs.org
Subject: [Custom KS]-{Name of your kickstart file}
*Attach your Custom.ks file*
PLEASE INCLUDE THE FOLLOWING INFORMATION in e-mail:'''
Sugar Version                    :                
''(0.82; 0.86.x; 0.88.x; 0.89.x)''
Country / Deployment            :                     
Build system fedora version      :                   
Number of USB's in Deployment    : 
PC/Netbooks used                :           
Notes and Any Bug No's submitted :
 
{| class="wikitable sortable"
|
|-
!Name!! Kickstart.file!!Sugar Version !!Country / Deployment!! class="unsortable" |Build system fedora version!! class="unsortable" | Number of USB's in Deployment !! class="unsortable" |Used with PC/Netbooks Types !! class="unsortable" |CD.iso (if available), Notes, Comments, Bug No's submitted.
|-
|satellit ||Mirabelle-remix [http://people.sugarlabs.org/Tgillard/Mirabelle-Remix-plain.ks]||Sugar 0.86.3||USA / Testing||f13||Testing ||EeePC900; Acer Aspire One ||[http://people.sugarlabs.org/Tgillard/Mirabelle-Remix-pl--LiveCD.iso] Works fine, CD, liveinst, zyx-liveinstaller, USBscr,dd, Liveusb-creator all work  Read(bug) [http://bugs.sugarlabs.org/ticket/1900]
|-
 
|satellit||soas-v4-0725-Remix [http://people.sugarlabs.org/Tgillard/soas-v4-0725-Remix_README.txt]||Sugar 0.89.1 ||USA /Testing||f14(rawhide)||Testing||EeePC900; Acer Aspire One ||[http://people.sugarlabs.org/Tgillard/soas-v4-0725-Remix.iso] Works fine, CD, zyx-liveinstaller, USBscr,dd '''Liveinst Fails on firstboot''' cannot log on  Read(bug) [http://bugs.sugarlabs.org/ticket/1900]
|-
|satellit||soas-v5-LDXE-Remix||Sugar 0.92.1||USA /Testing||f15 RC3||Testing||Acer Aspire One N450 ||Autologon to LXDE;has Menu/Education/sugar (sugar-emulator)
|-
|&ndash; ||&nbsp;||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp;
|-
|&ndash; ||&nbsp;||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp;
|-
|&ndash; ||&nbsp;||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp;
|-
|&ndash; ||&nbsp;||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp;
|-
|&ndash; ||&nbsp;||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp; ||&nbsp;
|}
 
===References/Links===
===References/Links===


Line 262: Line 425:
: '''Modify the Anaconda Installer Kickstart file for a Customized install'''
: '''Modify the Anaconda Installer Kickstart file for a Customized install'''
::An alternative approach
::An alternative approach
*http://wiki.sugarlabs.org/go/Sugar_on_a_Stick/Customization
* [[Sugar on a Stick/Customization]]
*http://fedoraproject.org/wiki/Anaconda/Kickstart
*'''http://fedoraproject.org/wiki/Anaconda/Kickstart'''


=====Older Anaconda Kickstart Links=====
=====Older Anaconda Kickstart Links=====
Line 286: Line 449:
*http://spins.fedoraunity.org/team-documentation/composing-spins/doing-the-work
*http://spins.fedoraunity.org/team-documentation/composing-spins/doing-the-work
====spin-kickstarts.git====
====spin-kickstarts.git====
*https://pagure.io/fedora-kickstarts/tree/f24
:New
*http://git.fedorahosted.org/git/?p=spin-kickstarts.git;a=tree;hb=HEAD
*http://git.fedorahosted.org/git/?p=spin-kickstarts.git;a=tree;hb=HEAD
:Older depreciated


===Dextrose XO-1 & XO-1.5===
===Dextrose XO-1 & XO-1.5===
*http://wiki.sugarlabs.org/go/Dextrose/Building
* [[Dextrose/Building]]


===Fedora Licensing===
===Licensing===
*http://fedoraproject.org/wiki/Licensing
*http://fedoraproject.org/wiki/Licensing
*http://opensource.org/licenses/lgpl-license
:How to label the license for your VirtualBox exports and Remixed .iso's


===Using KIWI with openSUSE to Customize===
===Using KIWI with openSUSE to Customize===
Line 303: Line 471:
===Mandriva Custom CD===
===Mandriva Custom CD===
:[http://wiki.mandriva.com/en/Draklive Draklive:Mandriva Custom-CD]
:[http://wiki.mandriva.com/en/Draklive Draklive:Mandriva Custom-CD]
:pclinuxos: http://www.pclinuxos.com/forum/index.php/board,3.0.html
===Notes/Links===
http://marcopg.org/2011/06/12/html-activities/
====[https://fedoraproject.org/wiki/User:Bcl#Building_boot_images Building Boot Images]====
*(Very Advanced)
:http://66.35.62.162/wiki/Install_and_configure_AutoQA