# $Schmonz: README,v 1.5 2002/07/21 02:04:52 schmonz Exp $

Terse instructions:

$ ./bin/ufsdiskimage create ~/Documents/NetBSD 512  # megabytes
$ ./bin/ufsdiskimage mount ~/Documents/NetBSD
$ sudo chown `id -u`:`id -g` /Volumes/NetBSD
$ ./bin/bootstrap-fetch \
    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
$ ./bin/bootstrap \
    --pkgdir=/Volumes/NetBSD/pkg \
    --pkgdbdir=/Volumes/NetBSD/pkgdb \
    --pkgsrcdir=/Volumes/NetBSD/pkgsrc

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 that the underlying filesystem be
case-sensitive, and HFS+ isn't.)
