SetupLocalIsoBuildServer

Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2013-04-01 04:08:03
Size: 1054
Editor: h-4-180
Comment:
Revision 14 as of 2013-05-17 01:36:21
Size: 987
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)>>|| <<Include(UbuntuStudio/Navigation/DevSideBar)>>

<<TableOfContents>>
Line 5: Line 7:

== 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]]
Line 28: Line 36:
== 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)