Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/common/buildfloppies.sh,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/common/buildfloppies.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/distrib/common/buildfloppies.sh 2002/05/04 01:34:37 1.3 +++ src/distrib/common/buildfloppies.sh 2002/12/21 15:54:49 1.4 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: buildfloppies.sh,v 1.3 2002/05/04 01:34:37 lukem Exp $ +# $NetBSD: buildfloppies.sh,v 1.4 2002/12/21 15:54:49 lukem Exp $ # # Copyright (c) 2002 The NetBSD Foundation, Inc. # All rights reserved. @@ -100,7 +100,7 @@ rm -f ${floppybase}?${suffix} # create tar file # dd if=/dev/zero of=${floppy} bs=8k count=1 2>/dev/null -${PAX} -w ${files} >> ${floppy} || exit 1 +${PAX} -O -w ${files} >> ${floppy} || exit 1 # XXX: use pax metafile and set perms? if [ -n "$instboot" ]; then instboot=$( echo $instboot | sed -e s/@IMAGE@/${floppy}/ )