0
votes
1answer
48 views

How to update a package in ubuntu-builder which requires system reboot?

I am trying to create a customized ubuntu live cd using ubuntu-builder. I was following this perticular answer: How to customize live Ubuntu CD? If I try to update a package which requires system ...
0
votes
0answers
106 views

Ubiquity Crash when installing from LiveCD [closed]

I have made a custom Ubuntu 12.10 using this guide: LiveCDCustomization When I go to Install Ubuntu, Ubiquity crashes with the following error: "ubiquity crashed with ValueError in install_size(): ...
2
votes
0answers
80 views

Creating an Alternate Install CD with pre installed users

I want to create my own customized Ubuntu derivative and this question already gave me a very good start. My requirements are quite specific I want to roll out a CD with Set of users who are ...
0
votes
2answers
141 views

Customizing 12.04 from terminal

I recently read a blog post on customizing Ubuntu 9.04 (I believe) via the terminal. It explained how to download all the Linux base packages and create a Linux distro inside of a directory and then ...
2
votes
2answers
892 views

Run commands at startup

My problem is as follows: I want to to modify my Ubuntu LiveCD to run several commands at startup, but I'm new to Ubuntu development and don't know how to do this. What is the proper way to run these ...
0
votes
1answer
272 views

How do I customize Wubi (like a LiveCD)?

I made an customized version of Ubuntu 10.04 LTS with my required software, but after customization, wubi.exe does not work. Any idea how to make it work again?
0
votes
1answer
558 views

Custom LiveCD without Unity still tries to load ubuntu session. (Failed to load session “ubuntu”)

I'm trying to create my own Ubuntu LiveCD without Unity. When lightdm loads is says (Failed to load session "ubuntu"). The autologin fails and then lightdm reloads with a normal login screen. I can ...
1
vote
0answers
48 views

Files for Customising LIVE CD [closed]

I'm using UCK to customize life cd. which files should i edit to change the default font, wallpaper logon background, window/gtk/icon theme also change the default apps for music and video files..
8
votes
1answer
230 views

How do I create a customized CD that doesn't display any installation screens?

I would like to create customized Ubuntu installation CD. Here is what I want a customized Ubuntu Installation CD to do: Do not display any Installation Screens of Ubuntu. Manually, set default ...
3
votes
1answer
214 views

Adding Seamonkey/Firefox extensions to custom LiveCD

Is there a way to add Seamonkey extensions to a custom Ubuntu LiveCD? I'm working with UCK, and I would like to add a language pack extension (.xpi) to Seamonkey so that the language would be ...
82
votes
15answers
12k views

How to customize live Ubuntu CD?

I would like to customize Ubuntu live CD by installing some additional packages. I have followed this link but it doesn't seems to work. Can anyone provide clear instructions? Thanks in advance! ...
0
votes
1answer
242 views

How to make my own ubuntu disc?

One of my friend dont have internet connection but he wants to try ubuntu. I just want to install all the required packages and plugins in my machine. And i want to make this complete setup with ...
2
votes
2answers
935 views

How to add packages to Ubuntu 11.04 Install DVD?

How can I add packages to the original Ubuntu install DVD. I'm studing Math at university so after installing Ubuntu on my PC I downloaded math packages from the Ubuntu repositories and I try to add ...
2
votes
0answers
87 views

Ubuntu custom Live CD autostart graphical application [duplicate]

Possible Duplicate: How to customize live Ubuntu CD? I'm trying to build a customized Ubuntu Live CD which should automatically run a graphical application on startup. It should behave like ...
2
votes
1answer
197 views

How to create a custom startup image on a LiveCD

I would like to create a custom startup image (in place of the default Ubuntu logo) on a LiveCD that I will be producing for internal use within my company. I would like to brand it with a company ...
1
vote
2answers
208 views

Installation of custom ubuntu livecd

I'm following the guides at https://help.ubuntu.com/community/LiveCDCustomization and https://help.ubuntu.com/community/Installation/FromImageLoadedOnHardDrive in order to make a custom ubuntu cd to ...