From 3d5a7ba605c55d5a349fd48ea3ce463a951502fc Mon Sep 17 00:00:00 2001 From: murray Date: Thu, 24 Jan 2002 10:44:16 +0000 Subject: Providing long filename support on the Macintosh requires over 30 megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support was not provided on the FreeBSD 4.4 CDs and I received a grand total of 0 complaints. --- release/alpha/mkisoimages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/alpha') diff --git a/release/alpha/mkisoimages.sh b/release/alpha/mkisoimages.sh index b455ec10..4577c17 100644 --- a/release/alpha/mkisoimages.sh +++ b/release/alpha/mkisoimages.sh @@ -50,7 +50,7 @@ fi LABEL=$1; shift NAME=$1; shift -mkisofs -r -J -h -V $LABEL -o $NAME $* +mkisofs -r -J -V $LABEL -o $NAME $* type setcdboot 2>&1 | grep " is " >/dev/null if [ $? -ne 0 ]; then -- cgit v1.1