In addition to what Jean mentioned, please note that the Distro Constructor
for the preview release is written in such a way that it incorporates a
lot of knowledge
of our target image: the Live Slim CD image. So, besides having the
gnome configuration in
the code, some of the files in the "SUNWslim-utils" and "slim_cd"
package are depending on the
fact that GNOME is there as well.
We have not tried to use the Distro Constructor to create images other
than the
one we shipped for Live Slim CD in the preview, but that doesn't mean it
is not possible.
It is not just as simple as changing the pkg.txt list. It will involve
changing
pkg.txt, microroot_pkgs.txt, and some code, in particular, the
livemedia_processing()
function in build_dist.lib. I am sure there are other things that need
to be changed
as well, but those are the obvious ones off the top of my head.
Good luck,
--Karen
Jean McCormack wrote:
> If you look at build_dist.lib you'll see some code like this:
>
> #
> # Pre-configure Gnome databases and SMF repository
> #
>
> echo "Configuring Gnome in PROTO area"
> cp -r $SRC/postrun_scripts ${PROTO}
> chroot $PROTO /postrun_scripts/exec_postrun
>
> Now if you go down into the postrun_scripts directory you'll see that
> some of these scripts are gnome specific.
> I'm guessing that this is where your problem is coming from. You also
> might want to note that microroot_pkgs.txt
> contains gnome packages.
>
> Jean
>
> Alexander R. Eremin wrote:
>
>> I use distro_constructor and want to make custom iso with X but without
>> Gnome. What packages needed in the least for this? I was a list of
>> packages("pkg.txt") with "pkg status" from Preview, removing gnome-packages
>> from pkg.txt, but the script still beginning to put gnome-packages in proto.
>> What packages needed to build a minimum iso without X?
>> What packages needed to build a minimum iso with X (without gnome, only with
>> xterm)?
>> --
>> This message posted from opensolaris.org
>> _______________________________________________
>> caiman-discuss mailing list
>> caiman-discuss at opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>
>>
>
> _______________________________________________
> caiman-discuss mailing list
> caiman-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>