2014/12/04

Sharing on customizing ubuntu image and create USB stick

Background

Currently, installing the Ubuntu and setting up those machines are my jobs. In order to minimize the duplicated workloads (eg: install apache, python etc), I decided to build a custom image which bundled with those necessary packages at first instead of using the official one directly.

Prerequisite

sudo apt-get install uck
sudo apt-get install unetbootin
A base image for customization.

Steps

  • follow instructions here
the link above guides you how to use UCK and create a USB drive from this image.
  • Alternative for creating USB
In case, the above link does not work for you. UnetBootin is an alternative for you.
  • Further customization
You do not need to add all the things at once. You can always replaced the base image with the one you have built. However, I am still looking for a VCS for this process. Let me know if you have any idea.

References

  1. http://www.linux.com/learn/tutorials/739139-roll-your-own-customized-ubuntu-with-uck
  2. http://www.howtogeek.com/109736/how-to-create-a-custom-ubuntu-live-cd-or-usb/
  3. http://www.geekyprojects.com/ubuntu/build-your-own-custom-ubuntu-livecd/