summaryrefslogtreecommitdiff
path: root/bootstrap/README.Bitrig
blob: ddc1f65c4e6d6b67022cb50bc12444d3bdf09673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: README.Bitrig,v 1.2 2016/11/15 11:19:09 jperkin Exp $

Please read the general README file as well.

Care should be taken so that the tools that this kit installs do not conflict
with the Bitrig userland tools. There are several steps:

1. If you do not intend to use the Bitrig ports tools, it's probably a
good idea to move them out of the way to avoid confusion, e.g.:
	cd /usr/sbin
	mv pkg_add pkg_add.orig
	mv pkg_create pkg_create.orig
	mv pkg_delete pkg_delete.orig
	mv pkg_info pkg_info.orig

2. The bootstrap script will create an example mk.conf file located in
pkgsrc/bootstrap/work/mk.conf.example. It contains the settings you provided to 
bootstrap. Copy it to your $sysconfdir directory. If $sysconfdir/mk.conf doesn't
exist, the example is copied into place.

bootstrap-pkgsrc has been tested on Bitrig 1.0 (amd64).