From owner-freebsd-hackers Wed Sep 17 10:23:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26140 for hackers-outgoing; Wed, 17 Sep 1997 10:23:30 -0700 (PDT) Received: from phoenix.its.rpi.edu (phoenix.its.rpi.edu [128.113.161.45]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA26130 for ; Wed, 17 Sep 1997 10:23:23 -0700 (PDT) Received: from localhost (dec@localhost) by phoenix.its.rpi.edu (8.8.7/8.8.7) with SMTP id NAA29114; Wed, 17 Sep 1997 13:23:24 -0400 (EDT) Date: Wed, 17 Sep 1997 13:23:24 -0400 (EDT) From: "David E. Cross" To: Atipa cc: Tommy Hallgren , 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, Atipa wrote: > 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. You need to use the 'mkisofs' program, and specify the option to use Rockridge extensions (there are two, you want to use the one that auto-corrects the permissions/groups, etc...) It worked great for me, I even made the CD self booting ;) -- David Cross