Wednesday, December 15, 2010

Reconstructor: Creating Your Own Ubuntu Distribution

Reconstructor: Creating Your Own Ubuntu Distribution

Reconstructor is an Ubuntu GNU/Linux CD Creator that allows you to modify an existing Ubuntu distribution and save as your own Linux distribution. It uses the Desktop(Live), Alternate(Install), or Server disc as a base, and then allows for user customization.
You can basically customize the entire environment, such as add/remove software, change the default look (splash, themes, fonts, wallpaper, etc.), add desktop links, etc.
What you need:
- An iso file of your favorite Ubuntu distribution (can be Desktop Live or Alternate CD)
- An existing working Ubuntu on your machine
Installing Reconstructor
Download Reconstructor deb file
Double click the downloaded deb file to install it in your system.
Using Reconstructor
Go to Applications -> System Tools -> Reconstructor. Enter your password and the Welcome screen will load up.
Click Next in the Welcome screen
reconstructor-screenshot1
Choose the type of installer you are using, Desktop (Live CD) or Alternate (Install CD). Click Next.
reconstructor-screenshot2
The next screen is to setup the working environment. If you are doing it for the first, check the following boxes:
  • Create Remaster
  • Create Root
  • Create Initial Ramdisk
This will creates the cdrom directory, the root filesystem directory and the initial ramdisk (initrd) directory. If you are continuing from a previous session and want to keep the existing trees (which will keep all installed software and customizations), unselect the options.
Under the “Live CD ISO filename” field, select the path to where the Ubuntu ISO file is located.
reconstructor-screenshot3
Click Next. This will bring you to the customization screen.
Customization
1. Boot Screen
The first tab you see in the customization screen is the boot screen. This is where you splash screen for the Live CD and during bootup. For the Live CD splash screen, it have to be a 640×480 .pcx image in GIMP. Here is a tutorial on how to create the boot up usplash screen.
Unless you are using Ubuntu 6.06, ignore the generate button.
reconstructor-screenshot4
Gnome
The next tab is where you customize the look and feel of the desktop. You can configure the GNOME theme, login-screen, wallpaper, default font, borders, icons etc. A good place where you can find tons of beautiful theme is http://www.gnome-look.org.
reconstructor-screenshot5
Apt
This section allows you to select the Apt Repositories for your own distribution. Unless you know what you are doing, it is safe to check the 4 default Ubuntu repositories. You can also add your custom repositories in the text box below, one repository per line.
reconstructor-screenshot6
Optimization
Advanced customization for advanced users. Configure it if you know what you are doing. If you know nothing about it, just skip this section.
reconstructor-screenshot7
LiveCD
The LiveCD section is for customizing the live environment. If you are using applications that require remote access, it is best to set your username and password. Otherwise, for general distribution, leave all the fields blank.
reconstructor-screenshot8
Modules
This is the most important part of the whole process. You can decide which application/modules you want in your Ubuntu. When choosing your module, you can select it as a standard Execute which installs the application by default, or, a “run on boot” mode that will set the module to run on boot after the live user logs in.
There are plenty of modules where you can download from the reconstructor site. Once you have download the third party modules, click ‘Add‘ to include it in the module selection.
To include (or remove) any applications not found in the modules, you can enter the application name in the “sudo apt-get install” or “sudo apt-get remove” fields.
Click Apply to confirm any changes that you made. The program will configure and install the selected software and update the ISO size real time.
reconstructor-screenshot9
Once you are done with your customization, click Next. This will bring you to the Build screen where the program will create the Live CD for you.
Build the distribution
Before you start to build your distribution, make sure that all the boxes are checked. They are all necessary to create the root filesystem, compress it to a Live CD ISO. Enter the path to where you want the ISO file to store. Click Next.
reconstructor10
Sit back and wait.
Once the build is finished, you will get a status message followed by the path to the .iso file. To burn the ISO file to disc, click “Burn ISO
reconstructor-screenshot11

No comments:

Post a Comment