diff options
author | murray <murray@FreeBSD.org> | 2002-01-24 10:44:16 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2002-01-24 10:44:16 +0000 |
commit | 3d5a7ba605c55d5a349fd48ea3ce463a951502fc (patch) | |
tree | 13037f82ab830bd80eb1a8e1a1e916aef11b2bc7 /release/alpha | |
parent | 77b808fd9ae9872ba1a230a1743454f4fbabf24b (diff) | |
download | FreeBSD-src-3d5a7ba605c55d5a349fd48ea3ce463a951502fc.zip FreeBSD-src-3d5a7ba605c55d5a349fd48ea3ce463a951502fc.tar.gz |
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.
Diffstat (limited to 'release/alpha')
-rw-r--r-- | release/alpha/mkisoimages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |