SetupLocalIsoBuildServer

Differences between revisions 6 and 12 (spanning 6 versions)
Revision 6 as of 2013-03-10 09:22:34
Size: 876
Editor: 42-3-156-165
Comment:
Revision 12 as of 2013-04-01 04:09:04
Size: 1056
Editor: h-4-180
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="width: 30%; float: right; background-color: #e1f0f4; border-radius: 10px;"><<Include(UbuntuStudio/Navigation/DevSideBar)>>||
Line 3: Line 4:
= Quick Guide = = Setup Local Live ISO Build Server =

== Resources ==

 * [[https://lists.ubuntu.com/archives/ubuntu-devel/2011-June/033458.html|Announcement and explanation on ubuntu-devel mail list on changing the build system for live images]]
 * [[https://sites.google.com/a/mythbuntu.org/website/development/developer-cheatsheet|Mythbuntu Dev Cheatsheet]]
 * [[http://wiki.debian.org/DebianCustomCD|Debian Wiki ressources]]

== Quick Guide ==
Line 6: Line 15:
Line 12: Line 20:
Line 20: Line 27:
Line 28: Line 34:
== Resources ==

 * [[https://lists.ubuntu.com/archives/ubuntu-devel/2011-June/033458.html|Announcement and explanation on ubuntu-devel mail list on changing the build system for live images]]
 * [[https://sites.google.com/a/mythbuntu.org/website/development/developer-cheatsheet|Mythbuntu Dev Cheatsheet]]
 * [[http://wiki.debian.org/DebianCustomCD|Debian Wiki ressources]]

Setup Local Live ISO Build Server

Resources

Quick Guide

Install prerequisites

$ sudo apt-get install live-build livecd-rootfs

Create the dir

$ mkdir -p ubuntustudio-live-build/auto
$ cd ubuntustudio-live-build
$ ln -sf /usr/share/livecd-rootfs/live-build/auto/* auto/

Each time:

$ export PROJECT=ubuntustudio-dvd SUITE=raring ARCH=amd64
$ sudo lb clean
$ lb config
$ sudo lb build


CategoryUbuntuStudio CategoryUbuntuStudioDev

UbuntuStudio/SetupLocalIsoBuildServer (last edited 2013-05-17 01:36:21 by h-4-180)