diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-07-25 13:19:42 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-07-25 13:20:55 +0200 |
commit | 1fccf045702c24df83164ad4917a8ad5275623e0 (patch) | |
tree | e3cc04830176c4fac4b0f8795ddc41d9b3a067c5 | |
parent | 28caf3ef72aab82fa3fddc10541f68d1bc46f965 (diff) | |
download | xtools-1fccf045702c24df83164ad4917a8ad5275623e0.tar.gz xtools-1fccf045702c24df83164ad4917a8ad5275623e0.tar.xz xtools-1fccf045702c24df83164ad4917a8ad5275623e0.zip |
xtools.1: document xvoidstrap
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | xtools.1 | 14 |
2 files changed, 19 insertions, 8 deletions
diff --git a/README b/README index 83ecfc8..ed9a314 100644 --- a/README +++ b/README @@ -75,9 +75,11 @@ COMMANDS package -q quiet mode, show package names only - xpkg [-R repo] [-amOHDvV] – convenient package lister + xpkg [-R repo] [-r rootdir] [-amOHDvV] – convenient package lister -R repo consider only packages from repo + -r rootdir + specifies a full path for the target root directory -a list all packages (default: only installed) -m list manual packages -O list orphaned packages @@ -106,11 +108,14 @@ COMMANDS xsubpkg [-m] pkg – list all subpackages of a package -m only print main package - xuname – display system info relevant for debugging Void - xpcdeps pcfile ... – finds package matching the Requires: section of pkg- config files + xuname – display system info relevant for debugging Void + + xvoidstrap dir [packages] – bootstrap a new Void installation + + DESCRIPTION Tools working on the void-packages tree use xdistdir to find it, check that its output is reasonable first. @@ -129,4 +134,4 @@ LICENSE BUGS All bugs should be reported to https://github.com/leahneukirchen/xtools -Void Linux May 2, 2017 Void Linux +Void Linux June 25, 2019 Void Linux diff --git a/xtools.1 b/xtools.1 index 59249cd..d6d9701 100644 --- a/xtools.1 +++ b/xtools.1 @@ -1,4 +1,4 @@ -.Dd May 2, 2017 +.Dd June 25, 2019 .Dt XTOOLS 1 .Os .Sh NAME @@ -229,12 +229,18 @@ query remote repos only print main package .El .Pp -.Nm xuname -.Nd display system info relevant for debugging Void -.Pp .Nm xpcdeps .Ar pcfile ... .Nd finds package matching the Requires: section of pkg-config files +.Pp +.Nm xuname +.Nd display system info relevant for debugging Void +.Pp +.Nm xvoidstrap +.Ar dir +.Op Ar packages +.Nd bootstrap a new Void installation +.Pp .Sh DESCRIPTION Tools working on the void-packages tree use .Nm xdistdir |