Fix the overflowing livefs ISO by removing man pages from the HFS part of
the hybrid disk. This is a stopgap until a better solution can be found, but lets the powerpc release build complete for the time being. MFC after: 1 week
This commit is contained in:
parent
7838c4d1c1
commit
06b000f542
@ -25,7 +25,7 @@
|
||||
|
||||
if [ "x$1" = "x-b" ]; then
|
||||
cp /usr/src/release/powerpc/boot.tbxi ${4}/boot
|
||||
bootable="-hfs-bless ${4}/boot -map /usr/src/release/powerpc/hfs.map"
|
||||
bootable="-hfs -hfs-bless ${4}/boot -map /usr/src/release/powerpc/hfs.map -hide-hfs ${4}/usr/share/man"
|
||||
shift
|
||||
else
|
||||
bootable=""
|
||||
@ -54,4 +54,4 @@ fi
|
||||
LABEL=$1; shift
|
||||
NAME=$1; shift
|
||||
|
||||
mkisofs $bootable -r -hfs -part -no-desktop -hfs-volid $LABEL -l -J -allow-leading-dots -o $NAME $*
|
||||
mkisofs $bootable -l -r -part -no-desktop -V $LABEL -o $NAME $*
|
||||
|
Loading…
Reference in New Issue
Block a user