ISOBuildScript
ISOBuildScript
How to operate the Ubuntu GNOME Remix build script
This tutorial teaches you how to use the Ubuntu GNOME Remix ISO build script so that you can build Ubuntu GNOME Remix.
Prerequisties:
- An internet connection
- A Ubuntu system
bzr installed. To install bzr type sudo apt-get install bzr in a terminal.
Instructions:
1. Open a terminal or a terminal emulator.
2. Type
cd Downloads
3. We will then download the latest daily ISO and put it into the Downloads folder (for the tutorial's sake).
To download the 32-bit one type
zsync http://cdimage.ubuntu.com/daily-live/current/quantal-desktop-i386.iso.zsync
for 64-bit versions type
zsync http://cdimage.ubuntu.com/daily-live/current/quantal-desktop-amd64.iso.zsync
4. Type
cd ~
to go back to your home folder.
5. Type
bzr branch lp:~ubuntu-gnome-dev/+junk/iso-build-script
to branch the iso build script.
6. Change directory to iso-build-script by typing
cd iso-build-script
7. To update the script use
bzr pull
8. Clean the working directory by typing
./livecd-script.sh clean amd64
Please note that if you want to use i386 version type
./livecd-script.sh clean i386
This only applies if you have compiled a build before. 9. To start building using the 64-bit iso use
./livecd-script.sh customize amd64 ../Downloads/quantal-desktop-amd64.iso
32-bit:
./livecd-script.sh customize i386 ../Downloads/quantal-desktop-i386.iso
It takes at least an hour to compile the script (with a fast internet connection). It may take more time with a slow internet connection. Please do clean the working directory using step 8 before building the ISO.
The ISO will be placed in iso-build-script with a file name like
quantal-ubuntu-gnome-"architecture (amd64/i386)"-YYYYMMDD.iso
You can use Virtualbox to test the ISO afterwards.
Hope you have an enjoyable time using Ubuntu GNOME remix!
UbuntuGNOME/ISOBuildScript (last edited 2012-09-13 14:22:31 by n112118157094)