From: Mike Jagdis <jaggy@purplet.demon.co.uk>
Newsgroups: comp.os.linux.announce
Subject: ANNOUNCE: bootsy4a.tgz - boot environment for Linux
Date: 2 Apr 1993 03:01:18 GMT
Approved: linux-announce@tc.cornell.edu (Matt Welsh)
Message-ID: <1pga9u$1q8@fitz.TC.Cornell.EDU>

bootsy4a.tgz replaces bootsys4.tgz. Please delete bootsys4.tgz. Sorry guys!

bootsy4z.tgz is bootsys4.tgz with the missing executables included and
the mount problem in the filesys script fixed.

Yes, the included mount is Rick's 99.6 release which you need for libc 4.3.3.

If you already have bootsys4.tgz there is no real need to download this.
The fix to the /etc/init.d/filesys script is simply to replace the line
that says:

	mount -t $3 $1 $2 $4

with the lines:

	if [ -z "$4" ]; then
		mount -t $3 $1 $2
	else
		mount -t $3 $1 $2 -o $4
	fi

and all should be well.

                            Mike

-- 
Send submissions for comp.os.linux.announce to: linux-announce@tc.cornell.edu
