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.
This commit is contained in:
Murray Stokely 2002-01-24 10:44:16 +00:00
parent 16e058b5d6
commit e4e61f7853
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89729
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 $*

View File

@ -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 $*