friedgold
Group: Members
Posts: 122
Joined: Mar. 2005 |
|
Posted: May 08 2005,02:40 |
|
Firstly remember gaim depends on gtk2 so whatever you do you'll need to add that.
Do you want to include as a permenant part of the compressed filesytem, or do you just wish to have the extension the .dsl extension included on the livecd and loaded automatically.
If you just want it on the lived cd and loaded automatically the .dsl just needs to go in the root dir of the cd (/mnt/hda3/newcd in your example).
If you want it included in the compressed filesystem, you need to remember that .dsl files are just renamed .tar.gz files. So to include a .dsl file in the compressed image you'd do
cd source tar -tzf <package>.dsl (this shows you what it's going to extract) tar -xzf <package>.dsl
you then need to tidy up by moving everything copied to source/home/dsl into source/etc/skel, adding a menu item for your application to source/etc/skel/.fluxbox/menu, and removing anything in source/tmp/mydsl.menu
Again remember you need to do this for both gtk and gaim. You can then create cd with the commands in the tutorial you linked to
Good luck with the remastering
|