From 06b000f542d502eff664675d814e1641ec1f3953 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Wed, 15 Dec 2010 23:43:25 +0000 Subject: 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 --- release/powerpc/mkisoimages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/powerpc/mkisoimages.sh') diff --git a/release/powerpc/mkisoimages.sh b/release/powerpc/mkisoimages.sh index 048ff9316b1e..e381af95c9a0 100644 --- a/release/powerpc/mkisoimages.sh +++ b/release/powerpc/mkisoimages.sh @@ -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 $* -- cgit v1.2.3