From owner-freebsd-hackers Wed Sep 17 08:43:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA19508 for hackers-outgoing; Wed, 17 Sep 1997 08:43:30 -0700 (PDT) Received: from onyx.atipa.com (user6220@ns.atipa.com [208.128.22.10]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA19503 for ; Wed, 17 Sep 1997 08:43:26 -0700 (PDT) Received: (qmail-queue invoked by uid 1018); 17 Sep 1997 15:47:18 -0000 Date: Wed, 17 Sep 1997 09:47:18 -0600 (MDT) From: Atipa X-Sender: freebsd@dot.ishiboo.com To: Tommy Hallgren cc: freebsd-hackers@FreeBSD.ORG Subject: Re: CDROM image In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 17 Sep 1997, Tommy Hallgren wrote: > I read that the Debian group has made a CDROM image of their release, > maybe this would be a good idea for the FreeBSD community as well? > > The idea is nice, just download the image, burn it, make some floppys and > reboot. > > Mvh: Tommy When we burn a CD-ROM here, the only place it gets nasty is in the packages section. I can not get our CD burner to respect the symlinks; it actually copies the file into two places, eg: rwxr-xr-x 1 bin bin - 18 Sep 15 21:47 /usr/bin/vi@ -> /usr/local/bin/vim would actually have two copies of the file, one in /usr/bin and one in /usr/local/bin in this case. That doubles the amount of room needed for the packages, and then the image exceeds the 650MB limit. The other issue with the packages is the nomenclature. "Romeo" naming truncates the names into DOS format. Joliet works, but not all software supports it. I think the heirarchy for the packages could benefit from a different format, possibly eliminating the "All" directory, making the filenames DOS compatible, and having an index file that would be read and parsed during the install. Obviously the system in place has its justification. Theses suggestions only deal with the CD burning process. Anyone else have similar experience? Kevin