From 4fbba0926a436d5f1fd75c7dd01c36fdf78e8baf Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 28 Apr 2019 14:36:40 -0400 Subject: dev/prokit: Update for 2.0.0 And update manual pages, including new pages dev/prokit/prokit-installer-pc.8 and dev/prokit/prokit-mkinitramfs.8. --- (limited to 'dev/prokit/prokit-shell.8.mdwn') diff --git a/dev/prokit/prokit-shell.8.mdwn b/dev/prokit/prokit-shell.8.mdwn index f454a0f..7466403 100644 --- a/dev/prokit/prokit-shell.8.mdwn +++ b/dev/prokit/prokit-shell.8.mdwn @@ -1,4 +1,4 @@ -[[!meta title="prokit-shell"]] +[[!meta title="PROKIT-SHELL"]] NAME
SYNOPSIS
@@ -14,8 +14,8 @@ -

prokit-shell -− Run a shell in an isolated environment

+

prokit-shell - +Run a shell in an isolated environment

SYNOPSIS @@ -23,7 +23,7 @@

prokit -shell root-dir [command [argument +shell root [command [argument ...]]

DESCRIPTION @@ -36,6 +36,10 @@ shell starts a shell in an isolated file system environment (using chroot(8)) with basic file systems mounted.

+

If root +is a block device node, the block device is mounted and a +shell is started in its file system.

+

If a command is given (with optional arguments), it is executed in a non-interactive shell.

@@ -71,6 +75,17 @@ world

# prokit shell $root ’opkg install build-essential-$(cat /etc/proteanos_arch)’

+ + + + + +

+ + + + +

# prokit shell /dev/sdb1

COPYRIGHT @@ -79,7 +94,7 @@ build-essential-$(cat /etc/proteanos_arch)’

Copyright (C) -2014 Patrick "P. J." McDermott

+2014 Patrick McDermott

The ProteanOS Development Kit is free software: you can redistribute it -- cgit v0.9.1