summaryrefslogtreecommitdiff
path: root/bootstrap/README.Darwin
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/README.Darwin')
-rw-r--r--bootstrap/README.Darwin6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/README.Darwin b/bootstrap/README.Darwin
index 003d4781b5a..e4121983088 100644
--- a/bootstrap/README.Darwin
+++ b/bootstrap/README.Darwin
@@ -1,4 +1,4 @@
-$NetBSD: README.Darwin,v 1.3 2004/05/11 02:19:48 schmonz Exp $
+$NetBSD: README.Darwin,v 1.4 2005/04/10 22:03:35 jschauma Exp $
If you are using Mac OS X, please read "README.MacOSX" as well.
@@ -11,8 +11,8 @@ $ curl -O \
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz
$ tar -C /Volumes/NetBSD -zxvf pkgsrc.tar.gz && rm pkgsrc.tar.gz
$ sudo ./bootstrap \
- --prefix=/Volumes/NetBSD/pkg \
- --pkgdbdir=/Volumes/NetBSD/pkgdb
+ --prefix /Volumes/NetBSD/pkg \
+ --pkgdbdir /Volumes/NetBSD/pkgdb
Note: if you already have a UFS partition, or have a spare partition
that you can format as UFS, use that instead of the UFS disk image.