summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorschmonz <schmonz>2006-08-30 04:51:05 +0000
committerschmonz <schmonz>2006-08-30 04:51:05 +0000
commit8bb381c55ea19a104ea43a306c8128dd3f695e79 (patch)
tree6785e7c485ab76d21c0e7018fff34b7e3db96de7 /bootstrap
parent9c8665c2986eb325f78e7cff0cccf2e483e228a6 (diff)
downloadpkgsrc-8bb381c55ea19a104ea43a306c8128dd3f695e79.tar.gz
Catch up to the Guide.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Darwin13
1 files changed, 7 insertions, 6 deletions
diff --git a/bootstrap/README.Darwin b/bootstrap/README.Darwin
index e4121983088..464e63cb886 100644
--- a/bootstrap/README.Darwin
+++ b/bootstrap/README.Darwin
@@ -1,11 +1,11 @@
-$NetBSD: README.Darwin,v 1.4 2005/04/10 22:03:35 jschauma Exp $
+$NetBSD: README.Darwin,v 1.5 2006/08/30 04:51:05 schmonz Exp $
If you are using Mac OS X, please read "README.MacOSX" as well.
Terse instructions:
-$ ./ufsdiskimage create ~/Documents/NetBSD 512 # megabytes - season to taste
-$ ./ufsdiskimage mount ~/Documents/NetBSD
+$ ./darwindiskimage create ~/Documents/NetBSD 512 # megabytes - season to taste
+$ ./darwindiskimage mount ~/Documents/NetBSD
$ sudo chown `id -u`:`id -g` /Volumes/NetBSD
$ curl -O \
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/pkgsrc.tar.gz
@@ -18,6 +18,7 @@ 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.
It'll be somewhat faster and will mount automatically at boot time.
-(Why can't you just use the HFS+ filesystem you've already got?
-Because pkgsrc currently requires the underlying filesystem to be
-case-sensitive, and HFS+ isn't.)
+You cannot use an ordinary HFS+ file system for pkgsrc, because
+pkgsrc currently requires the file system to be case-sensitive. You
+can, however, use a case-sensitive HFS+ file system as found in
+Darwin 7.0 and newer.