The FreeBSD 6.0 ISO cd...

2006-02-13 Thread sergio lenzi
Hello

I am a FreeBSD user  for a long time, but now
I have a question about the ISO cdrom 

In FreeBSD 6.0-release, disk1 iso image 
it shows mounted in my FreeBSD release
the folowing information from mount...

Filesystem 1K-blocks   Used Avail Capacity  Mounted on
/dev/acd0 588840 588840 0   100%/cdrom

a command du -s   shows 1013144
[EMAIL PROTECTED] du -s .
1013144 .

=
If I copy the contents of the cdrom to another
directory in the file system it shows 1013144 too...

I need to make a new cd1 with xorg version 6.9.0
and some packages for my own use... but I was
unable to rebuild the cd... with an 600Mb size...

My question is:
Where can I find a documentation about the way
the FreeBSD 6.0 release cd1  is built

I try the make buildworld and make release but
it does not build the iso image

The ducumentation on the handbook and in internet
is about the 5.x or 4.x 

Please thanks for any help.

Sergio
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: The FreeBSD 6.0 ISO cd...

2006-02-13 Thread Lowell Gilbert
sergio lenzi [EMAIL PROTECTED] writes:

 I need to make a new cd1 with xorg version 6.9.0
 and some packages for my own use... but I was
 unable to rebuild the cd... with an 600Mb size...
 
 My question is:
 Where can I find a documentation about the way
 the FreeBSD 6.0 release cd1  is built

man release
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: The FreeBSD 6.0 ISO cd...

2006-02-13 Thread sergio lenzi
Em Seg, 2006-02-13 às 14:32 -0500, Lowell Gilbert escreveu:

 sergio lenzi [EMAIL PROTECTED] writes:
 
  I need to make a new cd1 with xorg version 6.9.0
  and some packages for my own use... but I was
  unable to rebuild the cd... with an 600Mb size...
  
  My question is:
  Where can I find a documentation about the way
  the FreeBSD 6.0 release cd1  is built
 
 man release

Ok I try to investigate what the system does in a 
make release... 
the problem is that I do not have enough disk or cpu/memory
for a complete build workd  make release

I see that at some point in the Makefile it tries to execute a
mkisoimage.sh
from the i386 directory

the same command executed against the original CD directory tree
(produces
the same 1052Mb filesystem...(of course, it does not fit on a CD)

Can someone point me another idea of how to compress  the CD???

I tried the mkuzip but it result in a shell script that, will not
boot
from a burned  CD


Thanks for any help,


Sergio


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]