[Ilugc] Ubuntu CD customisation help needed

  • From: mohan43u@xxxxxxxxx (Mohan R)
  • Date: Wed, 23 Feb 2011 09:14:08 +0530

On Tuesday 22 February 2011 03:58 AM, Zico wrote:

I want to remove "install
Ubuntu 10.10" icon from my customised cd, is it possible?

basically you need to edit isolinux settings in ubuntu image. May be you 
can try these steps,

1. mount iso image
        $ mkdir ubuntuimage && sudo mount -o loop 
/path/to/ubuntu-10.10-desktop-i386.iso

2. copy files to other place
        $ mkdir editedubuntuimage && rsync -avz ubuntuimage/ editedubuntuimage/

3. edit editedubuntuimage/isolinux/text.cfg and remove "^Install Ubuntu" 
section

4. finally recreate another isoimage using 'mkisofs' or 'genisoimage' 
commands pointing source tree to 'editedubuntuimage' directory. 
bootloader image should point to editedubuntuimage/isolinux/isolinux.bin.

Thanks,
Mohan R


Other related posts: