From: Heiko Z. <smi...@us...> - 2004-09-05 15:22:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6639/scripts Modified Files: build-iso Log Message: use parallel build and higher compression Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- build-iso 22 Aug 2004 13:13:51 -0000 1.67 +++ build-iso 5 Sep 2004 15:22:36 -0000 1.68 @@ -91,7 +91,7 @@ if [ "$CONFIG_ZISOFS" = "y" ]; then echo creating compressed ISO filesystem test -d $CDDIR.z && rm -rf $CDDIR.z - mkzftree $CDDIR $CDDIR.z || exit 1 + mkzftree -z 9 -p $CONFIG_PMAKE $CDDIR $CDDIR.z || exit 1 MKISOFS_PARAM="$MKISOFS_PARAM -z" # now we need to restore the files which shouldn't be compressed |