Customizing USB image in SUSE Studio
From openSUSE
Start
FAQ
Tour
Howto
API
Bugs
Support
Download
There are some customizations that you won't be able to make on SUSE Studio. But you can do that after that, with the built files you've downloaded (the appliance itself).
In the case of a USB image, after unzipping it, you can mount the disc image by using the following command:
mount -oloop,offset=32256 discimage.raw /mnt/
Then change whatever you want to change and umount.

