diff options
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_*/ |