mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 17:43:28 +00:00
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:
parent
16e058b5d6
commit
e4e61f7853
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89729
@ -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
|
||||
|
@ -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 $*
|
||||
|
@ -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 $*
|
||||
|
Loading…
Reference in New Issue
Block a user