summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-08-31 18:17:00 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-02-23 11:48:16 -0500
commit0ca39ce3a896e8399c0cadf77ecac40c3214606c (patch)
treedb45bd12b32f1d4c328c49e6b874a190376d6d9f
parent76857c2a966cd2d30bca73df9824decc8049195a (diff)
docs
-rw-r--r--chroot-run.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/chroot-run.in b/chroot-run.in
index 5534684..3c65512 100644
--- a/chroot-run.in
+++ b/chroot-run.in
@@ -44,11 +44,15 @@ mount_args=("-B:/etc/hosts:/etc/hosts")
unshare_args=("-Cfimu")
usage() {
- print "Usage: %s [options] working-dir [systemd-nspawn arguments]" "${0##*/}"
+ print "Usage: %s [options] working-dir [chroot arguments]" "${0##*/}"
echo
prose 'A wrapper around systemd-nspawn (for systemd systems),
- and chroot-nspawn (for nonsystemd systemd),
+ and chroot-nspawn (for non-systemd systems),
to provide support for pacman.'
+ prose 'WIP: The preceding description is not entirely accurate.
+ This version removes support for `systemd-nspawn`;
+ and uses `chroot` rather than `chroot-nspawn`.
+ It would be good to complete the transition as described.'
echo
flag "Options:" \
"-C <$(_ FILE)>" 'Location of a pacman config file' \