Hi ,
Is it possible that I can create different tgz files for different boot configurations
Let me illustrate
Here is my /boot/grub/menu.lst
title tiny-core-all-features
root (hd0,0)
kernel ... lst=full.lst other-options
initrd ...
title tiny-core-bare-minimum
root (hd0,0)
kernel ... lst=bare-minimum.lst other-options
initrd ...
Here tce folder has files
(1)full.lst (lots of extension names {inside like firefox , mplayer , pcmanfm , oss , foxit } which are kept alongwith their dependencies in tce/optional folder) & bare-minimum.lst (very few extensions just xvesa,xlib,ntfs-3g,bash,flwm,e2fsprogs,xprogs,dosfstools,vim)
(2)full.tgz (has default configuration files for pcmanfm , mplayer , firefox jre , flash plugins wrapped inside) ~ 40MB
small.tgz (just ~/.vimrc)
How can I point to full.tgz & small.tgz in boot options ?