-
Notifications
You must be signed in to change notification settings - Fork 93
First guide
Probably the most concisely written guide for Customizer (revision in progress)
This secondary paragraph to explain, "What user will expect and achieve by following this guide?"
Before installing and running Customizer, user must prepare the following.
- able to use command line i.e.
apt-get
,dpkg
and Bash shell built-in commands - a computer with the minimum requirements
- a host system running Ubuntu or any supported host system
- a Live CD of Ubuntu or any supported ISO image
IMPORTANT Use the same release and architecture of both host system and Live CD, but not necessarily be the same operating system.
For example, a user can run Xubuntu 14.04 32-bit host system to remaster Ubuntu Mini Remix 14.04 32-bit ISO image. Using same release (14.04) and same architecture (32-bit).
First, install the optimal dependencies.
sudo apt-get install git build-essential fakeroot make binutils g++ \
python python-dev python-qt4 pyqt4-dev-tools squashfs-tools \
xorriso x11-xserver-utils xserver-xephyr qemu-kvm dpkg-dev \
debhelper qt4-dev-tools qt4-linguist-tools \
--no-install-recommends
Then, download the latest release from master branch and install it.
wget https://github.com/clearkimura/Customizer/archive/master.tar.gz
tar zxvf master.tar.gz
cd Customizer-master
make deb
cd
sudo dpkg -i *.deb
Installing via dpkg
will allow user to easily remove Customizer by running sudo dpkg -r customizer
in Terminal. For other releases and methods, refer to Installation.
The graphical user interface (GUI) provides most features and convenience. The command-line interface (CLI) provides minimal features and accepts one option at a time without arguments.
sudo customizer-gui
NOTE For command-line interface, replace customizer-gui
with customizer -h
Else, run GUI from application menu or application launcher of choice. Recent releases of Ubuntu use pkexec
to run graphical applications, since gksu
has been deprecated.
- First guide
- Questions and answers
- feat. Definition
- feat. Rebranding
- feat. Remastering