Tuesday, February 15, 2011

Creating a LiveCD using UCK of Ubuntu 10.10

I needed to create a live CD which will have PPPoE, Flash and Adobe AIR, OpenSSH and Vino.

Here are the steps to configure a LiveCD using UCK on Ubuntu 10.10
1. Install UCK (apt-get install uck). Install gfxboot-dev similarly.
2. Run uck-gui
3. Go through the steps till it launches the package manager.
4. Choose the following packages: vino, openssh-server, openssh-client, kernel sources, kernel headers, pppoe*.
5. Then add all the repositories available from Settings of the package manager.
6. Choose to install adobe flashplugin
7. Choose Apply to install the selected packages.
8. Launch the console and edit the /etc/apt/sources.list file and add the following lines:
deb http://archive.canonical.com/ubuntu/ lucid partner
deb-src http://archive.canonical.com/ubuntu/ lucid partner
9. Run apt-get update
10. Run apt-get install adobeair, to install AIR.

No comments: