Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2011 17:14:06 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222535 - head/tools/tools/nanobsd
Message-ID:  <201105311714.p4VHE60s032727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue May 31 17:14:06 2011
New Revision: 222535
URL: http://svn.freebsd.org/changeset/base/222535

Log:
  Don't need (and can't use) -L to copy links here.

Modified:
  head/tools/tools/nanobsd/nanobsd.sh

Modified: head/tools/tools/nanobsd/nanobsd.sh
==============================================================================
--- head/tools/tools/nanobsd/nanobsd.sh	Tue May 31 16:59:14 2011	(r222534)
+++ head/tools/tools/nanobsd/nanobsd.sh	Tue May 31 17:14:06 2011	(r222535)
@@ -418,7 +418,7 @@ populate_slice ( ) (
 	echo "Creating ${dev} with ${dir} (mounting on ${mnt})"
 	newfs_part $dev $mnt $lbl
 	cd ${dir}
-	find . -print | grep -Ev '/(CVS|\.svn)' | cpio -Ldumpv ${mnt}
+	find . -print | grep -Ev '/(CVS|\.svn)' | cpio -dumpv ${mnt}
 	df -i ${mnt}
 	umount ${mnt}
 )



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105311714.p4VHE60s032727>