UbuntuStudio/SetupLocalIsoBuildServer - Ubuntu Wiki
Source: https://wiki.ubuntu.com/UbuntuStudio/SetupLocalIsoBuildServer
SetupLocalIsoBuildServer
Organization -- Developer Side Bar -- (Edit) Team Pages - Bugs Team - Contributor Team - Core Team - Dev Team - Kernel Team - Release Team - Testing Team Ubuntu Studio Policy - Project Lead Vote UbuntuStudio/Packaging Needs Packaging Developer Documentation - Setup Dev Environment - Bzr Cheat Sheet - Bug Management - Packaging -- Ubuntu Studio Package Maintenance -- Uploading Packages (to the archive) - Backports - Stable Release Updates (SRU) - Seed Management - Uploading to PPA - Applying Patches - Deb Diff - Setup Local ISO Build Server - All About ISOs - Kernel Maintenance - Ubiquity - the live installer Developer Tutorials - Simple bug fix example using 'git', 'bzr' and 'edit-patch' Workflows - Audio - Video - Graphics - Photography - Publishing Workflow Categories Freedesktop Categories Deb Tags Ubuntu Studio Packages Ubuntu Studio Launchpad Projects Reference - Terminology
Contents
Setup Local Live ISO Build Server
Resources
- Announcement and explanation on ubuntu-devel mail list on changing the build system for live images
- Mythbuntu Dev Cheatsheet
- Debian Wiki ressources
Announcement and explanation on ubuntu-devel mail list on changing the build system for live images
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)