Hi,
I'm trying to customize a live cd of Hardy Heron following these instructions:
https://help.ubuntu.com/community/LiveCDCustomization
I have managed to remove/add packages, change the default language and wallpaper. But I could not change the default login user or even change the contents of its home folder. The file I'm working is:
edit/usr/share/initramfs-tools/scripts/casper
Code:
USERNAME=great
USERFULLNAME="Live session user"
HOST=globus
BUILD_SYSTEM=Custom
Changed the lines above. Also I'm trying to change /etc/hosts in the file
edit/usr/share/initramfs-tools/scripts/casper-bottom/18hostname
And it doesn't work. Seems to me that, whatever changes I made on these files, during the boot process they are somehow reverted. Has anybody done this kind of setup with Hardy Heron?