SetupLocalIsoBuildServer

Differences between revisions 7 and 14 (spanning 7 versions)
Revision 7 as of 2013-03-11 00:42:01
Size: 925
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 4: Line 4:
= Quick Guide = <<TableOfContents>>

= 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 7: Line 17:
Line 13: Line 22:
Line 21: Line 29:
Line 29: 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)