From e4e61f78536cea5cf9c73cf4b2dab9565ee993be Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Thu, 24 Jan 2002 10:44:16 +0000 Subject: [PATCH] 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 +- release/amd64/mkisoimages.sh | 2 +- release/i386/mkisoimages.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release/alpha/mkisoimages.sh b/release/alpha/mkisoimages.sh index b455ec107f9c..4577c17b269f 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 diff --git a/release/amd64/mkisoimages.sh b/release/amd64/mkisoimages.sh index de811ab69e30..caa8d4eeedff 100644 --- a/release/amd64/mkisoimages.sh +++ b/release/amd64/mkisoimages.sh @@ -53,4 +53,4 @@ fi LABEL=$1; shift NAME=$1; shift -mkisofs $bootable -r -J -h -V $LABEL -o $NAME $* +mkisofs $bootable -r -J -V $LABEL -o $NAME $* diff --git a/release/i386/mkisoimages.sh b/release/i386/mkisoimages.sh index de811ab69e30..caa8d4eeedff 100644 --- a/release/i386/mkisoimages.sh +++ b/release/i386/mkisoimages.sh @@ -53,4 +53,4 @@ fi LABEL=$1; shift NAME=$1; shift -mkisofs $bootable -r -J -h -V $LABEL -o $NAME $* +mkisofs $bootable -r -J -V $LABEL -o $NAME $*