From mboxrd@z Thu Jan 1 00:00:00 1970 From: wkt@tuhs.org (Warren Toomey) Date: Tue, 6 May 2008 19:35:07 +1000 Subject: [Unix-jun72] mkfs.c modified to set correct file owner/perms In-Reply-To: <20080506065329.GA32717@minnie.tuhs.org> References: <20080506023814.GA21907@minnie.tuhs.org> <20080506025744.GA22678@minnie.tuhs.org> <20080506065329.GA32717@minnie.tuhs.org> Message-ID: <20080506093507.GA36397@minnie.tuhs.org> On Tue, May 06, 2008 at 04:53:29PM +1000, Warren Toomey wrote: > I've imported fs/root and fs/usr into the svn repository with the files from > the s2 tape, and fs/new has Tim's etc/init so far. I haven't written any > scripts to make filesystem images yet. fs/Readme now contains the correct file permissions for the files on the V1 filesystem images. mkfs.c now reads this file and uses it as required. tools/imgbuild builds rf0.dsk and rk0.dsk, using the fs/ files. I decided to turn off the "world write" flag on all the files: I can't see why any files should be world writable. Unfortunately, I had to use rsync in tools/imgbuild so that I could stop the .svn/ directories being copied into the images. Let me know if that is OK, or if we can do it without rsync. Cheers, Warren