Re: working with debian cd

2006-05-03 Thread Paras pradhan

hi frans:

in-target file is provided by di-utils udeb. but when i extract the
pkgsel udeb ,i can see the postinc file but don't see the
pkgsel.posint file. . is postinst  the right one in which at the top i
use set -x ?

Paras.

On 5/1/06, Frans Pop <[EMAIL PROTECTED]> wrote:

On Sunday 30 April 2006 07:51, Paras pradhan wrote:
> yes after using pkgsel udeb i can see "select and install software" in
> the debian installer main menu. But when i run it, nothing happens and
> exits to the debian installer main menu and cannot see the tasksel
> menu.

Only thing I can suggest is debugging it by adding a "set -x" statement at
the beginning of both:
- /var/lib/dpkg/info/pkgsel.postinst
- /bin/in-target

After that /var/log/syslog should show you what happens.







Re: working with debian cd

2006-04-30 Thread Frans Pop
On Sunday 30 April 2006 07:51, Paras pradhan wrote:
> yes after using pkgsel udeb i can see "select and install software" in
> the debian installer main menu. But when i run it, nothing happens and
> exits to the debian installer main menu and cannot see the tasksel
> menu.

Only thing I can suggest is debugging it by adding a "set -x" statement at 
the beginning of both:
- /var/lib/dpkg/info/pkgsel.postinst
- /bin/in-target

After that /var/log/syslog should show you what happens.


pgp87HcYfDos0.pgp
Description: PGP signature


Re: working with debian cd

2006-04-30 Thread Paras pradhan

Hi:

I have checked the pkgsel of in the src but i really couldn;t find
what sud i look for.


Thanks
Paras.

On 4/30/06, Tzafrir Cohen <[EMAIL PROTECTED]> wrote:

On Sun, Apr 30, 2006 at 11:36:19AM +0545, Paras pradhan wrote:
> Hi:
>
> Sorry for the typo. it's tasksel deb and not udeb.
>
>
> yes after using pkgsel udeb i can see "select and install software" in
> the debian installer main menu. But when i run it, nothing happens and
> exits to the debian installer main menu and cannot see the tasksel
> menu.
>
>
> What might go wrong? I am using the etch current installer.

FWIW, you can find my current hack (for Sarge's installer) in
http://rapid.dotsrc.org/unstable/rapid-udeb_0.2.7_i386.udeb (its source
is in the same directory. Extract it to see what it does)

--
Tzafrir Cohen  sip:[EMAIL PROTECTED]
icq#16849755   iax:[EMAIL PROTECTED]
+972-50-7952406
[EMAIL PROTECTED]  http://www.xorcom.com





Re: working with debian cd

2006-04-29 Thread Paras pradhan

Hi:

Sorry for the typo. it's tasksel deb and not udeb.


yes after using pkgsel udeb i can see "select and install software" in
the debian installer main menu. But when i run it, nothing happens and
exits to the debian installer main menu and cannot see the tasksel
menu.


What might go wrong? I am using the etch current installer.


Thanks
Paras.

On 4/29/06, Frans Pop <[EMAIL PROTECTED]> wrote:

On Friday 28 April 2006 15:01, Paras pradhan wrote:
> Tasksel is working perfectly after  doing what you have said. But my
> problem is tasksel is not working from the debian installer menu. I am
> trying to figure out from many days from now but couldnot find the
> problem. I have pkgsel udeb and tasksel udeb in my pool but don't know
> what is going on.

tasksel udeb? AFAIK there's no such thing.

There should be a pkgsel udeb which is shown in the menu as "Select and
install software".
The tasksel _deb_ is installed by debootstrap during base system
installation in /target.
The postinst script for pkgsel calls tasksel in a chroot on /target for
the actual selection and installation of tasks.

So, any tasks you create manually should be installed in /target after or
as part of the installation of the base system, at least before pkgsel is
run. Is that maybe where the problem is?







Re: working with debian cd

2006-04-28 Thread Frans Pop
On Friday 28 April 2006 15:01, Paras pradhan wrote:
> Tasksel is working perfectly after  doing what you have said. But my
> problem is tasksel is not working from the debian installer menu. I am
> trying to figure out from many days from now but couldnot find the
> problem. I have pkgsel udeb and tasksel udeb in my pool but don't know
> what is going on.

tasksel udeb? AFAIK there's no such thing.

There should be a pkgsel udeb which is shown in the menu as "Select and 
install software".
The tasksel _deb_ is installed by debootstrap during base system 
installation in /target.
The postinst script for pkgsel calls tasksel in a chroot on /target for 
the actual selection and installation of tasks.

So, any tasks you create manually should be installed in /target after or 
as part of the installation of the base system, at least before pkgsel is 
run. Is that maybe where the problem is?


pgptanF0WgDOw.pgp
Description: PGP signature


Re: working with debian cd

2006-04-28 Thread Paras pradhan
hi joey:

Tasksel is working perfectly after  doing what you have said. But my
problem is tasksel is not working from the debian installer menu. I am
trying to figure out from many days from now but couldnot find the
problem. I have pkgsel udeb and tasksel udeb in my pool but don't know
what is going on.


Regards,
Paras.

On 4/27/06, Joey Hess <[EMAIL PROTECTED]> wrote:
> Paras pradhan wrote:
> > Hi all:
> >
> > I think i need to learn about tasksel. I need a help on using  tasksel.
> >
> > I have a customCD which has base pacakges + xserver-xorg +
> > xwindow-system +xfce4 in my pool.
> >
> > When i install from that CD., only the base system is installed and
> > seems successfull.
> >
> > After that i boot into the new system and added the following to the
> > /usr/share/tasksel/debian-tasks.desc
> > --
> > Task: desktop
> > Section: user
> > Relevance: 8
> > Description: XFCE Desktop environment
> >  This task provides basic desktop software and serves as a basis for the
> >  Gnome and KDE desktop tasks.
> >  Key:
> >x-window-system
> >xserver-xorg
> >xfce4
> >  Packages: task-fields
> >  Test-desktop: 1
>
> Don't use the task-fields method to list packages unless you plan to
> edit your Packages file using an overrides file to add Task fields to
> all the packages in your task. The task-fields method does not install even
> Key packages unless they have a suitable Task field, since it just tells
> aptitude to select the entire task for install. You can see this if you run
> tasksel with the -t switch.
>
> It's much easier for a CDD to use the list method:
>
> Task: xfce-desktop
> Section: user
> Relevance: 8
> Description: XFCE Desktop environment
>  blah
> Key:
>  x-window-system
>  xserver-xorg
> Packages: list
>  xfce4
> Test-desktop: 1
>
> --
> see shy jo
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.3 (GNU/Linux)
>
> iD8DBQFEUO6pd8HHehbQuO8RAj1QAKDdMlf4s8Vmt9+Nith+nQLz07q23gCeO0Bi
> Kk4W07y93e/CkknBFPc6Aho=
> =q7YX
> -END PGP SIGNATURE-
>
>
>