From 01460f8df11ec5a7e2804a7b99c2d041293d85f3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 4 Dec 2006 20:27:43 +0000 Subject: [PATCH] - select newascii cpio format explicitly, debian cpio uses oldascii by default --- newbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newbuild.sh b/newbuild.sh index 076ed5c..4747582 100755 --- a/newbuild.sh +++ b/newbuild.sh @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: newbuild.sh,v 1.1 2006/12/02 04:55:53 mlhuang Exp $ +# $Id: newbuild.sh,v 1.2 2006/12/04 20:07:18 mlhuang Exp $ # PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -126,7 +126,7 @@ EOF # Pack miscellaneous files into a compressed archive echo "* Compressing miscellaneous files image" -(cd $misc && find . | cpio --quiet -c -o) | \ +(cd $misc && find . | cpio --quiet -H newc -o) | \ python ../filesystem/cpiochown.py --owner root:root - | \ gzip -9 >$isofs/misc.img -- 2.43.0