Re: debian-cd single cd creation: Tasksel question

2002-03-21 Thread Pablo Lorenzzoni

Hello!

Lots of questions ahead:

Em Qui 21 Mar 2002 01:38, Philip Charles escreveu:
| On Wed, 20 Mar 2002, Pablo Lorenzzoni wrote:
|  Hello ALL!
| 
|  I'm in the process of creating a single Debian CD for an event
|  we'll have soon in Brazil. Since it'll be a single CD, I've
|  stuffed it just with useful packages (I mean useful for us). This
|  means that no Chinese, or Cyrilic packages were included (since
|  this is not useful for portuguese-speakers).
|  My question is: What will happen with tasksel during the
|  installation process? Will it still show, for example, task
|  Chinese? If yes, how the absence of chinese packages will be
|  treated? Should I compile a custom version of tasksel for
|  including in the CD?
|
| Chinese etc will be displayed.  There will be a broken installation
| of the tasks if an attempt is made to install them.
|
| IMO, the easiest way remove unwanted tasks for a special CD would
| be to build the file tree for the CD and remove the unwanted tasks
| from the Task: field in the Packages (and Packages.gz) files.  Then
| build the iso image.

What this will cause? The task will still show up in Tasksel, won't 
it? And if the user select that task what happens? Does I have to 
recompile tasksel?
How to do this? I am doing:
(1) make distclean
(2) make status
(3) make bin-list SIZELIMIT=61000 TASK=tasks/custom 
EXCLUDE=tasks/exclude.list
(4) make bootable
(5) make bin-image
Where does I have to edit Packages?
Can I solve this with indices/override.woody.main ?

TIA

Pablo
-- 
Pablo Lorenzzoni (Spectra) [EMAIL PROTECTED]
GnuPG Key ID 268A084D at search.keyserver.net
Webpage: http://people.debian.org/~spectra/ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: debian-cd single cd creation: Tasksel question

2002-03-21 Thread Philip Charles

On Thu, 21 Mar 2002, Pablo Lorenzzoni wrote:

 | Chinese etc will be displayed.  There will be a broken installation
 | of the tasks if an attempt is made to install them.
 |
 | IMO, the easiest way remove unwanted tasks for a special CD would
 | be to build the file tree for the CD and remove the unwanted tasks
 | from the Task: field in the Packages (and Packages.gz) files.  Then
 | build the iso image.
 
   What this will cause? The task will still show up in Tasksel, won't 
 it? And if the user select that task what happens? Does I have to 
 recompile tasksel?
   How to do this? I am doing:
 (1) make distclean
 (2) make status
 (3) make bin-list SIZELIMIT=61000 TASK=tasks/custom 
 EXCLUDE=tasks/exclude.list
 (4) make bootable

 (5) make bin-imageDon't use this

(5) make packages
make upgrade
make md5list

In CONF.sh you configured this:-
# Path of the temporary directory
export TDIR=/ftp/tmp

This is the address of the file tree that is built into the iso images,
complete with Packages files.  These are the files you need to modify. 

Then build your iso images using mkisofs.

If you can write a script that would do this automatically (sed?), I for
one would find it very useful.

Phil.

--
  Philip Charles; 39a Paterson Street, Abbotsford, Dunedin, New Zealand
   +64 3 488 2818Fax +64 3 488 2875Mobile 025 267 9420
 [EMAIL PROTECTED] - preferred.  [EMAIL PROTECTED]
 I sell GNU/Linux  GNU/Hurd CDs.   See http://www.copyleft.co.nz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]