diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-01 17:52:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-01 17:52:24 (EDT) |
commit | 496aa2af58c94d07b938d1ec2fb3651128771850 (patch) | |
tree | 4a5cbef930f9221da9fab55cfe0aa3a6ed0e4f94 /notes.txt | |
parent | 1a1ba5e1ceada3dcc612b36a651de43ae993d191 (diff) |
notes.txt: Remove
Diffstat (limited to 'notes.txt')
-rw-r--r-- | notes.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/notes.txt b/notes.txt deleted file mode 100644 index 5039d8b..0000000 --- a/notes.txt +++ /dev/null @@ -1,21 +0,0 @@ -prokit install [-a <arch>] [-P <plat>] <suite> <chroot> - <suite> - e.g. rs1, dev/trunk, or proteanos:dev/trunk - if <arch> != host-arch - install host-arch base packages to /inst -prokit shell <chroot> -prokit opkg <chroot> [<option> ...] <command> [<argument> ...] -prokit opkbuild <chroot> [<option> ...] <pkgdir> - gets build deps, makes and installs metapackage, opkbuilds - removes metapackage, autoremoves cruft - - -developer: - - host$ prokit install -a core-linux-eglibc -P dev proteanos:dev/trunk chroot - host$ prokit opkbuild chroot . - -buildd: - - host$ prokit opkg chroot install src-expat - host$ prokit opkbuild chroot chroot/usr/src/expat_*/ |