index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | 依云 <lilydjwg@gmail.com> | 2023-01-14 00:44:55 +0800 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-05-18 19:39:18 +0200 |
commit | 5f198534144f09d09f9e4c0541d8da15f8c1aed3 (patch) | |
tree | 6f0692d5e24bb3ad199b0777d293f80f3ab4152e /doc | |
parent | 2b62ac660d258858f7a7795a113a7056d0d2c79d (diff) |
-rw-r--r-- | doc/man/makechrootpkg.1.asciidoc | 7 |
diff --git a/doc/man/makechrootpkg.1.asciidoc b/doc/man/makechrootpkg.1.asciidoc index 3aa1be5..34ba199 100644 --- a/doc/man/makechrootpkg.1.asciidoc +++ b/doc/man/makechrootpkg.1.asciidoc @@ -45,6 +45,9 @@ Options *-D* <dir>:: Bind directory into build chroot as read-only +*-t* <dir>[:opts]:: + Mount a tmpfs at 'dir'. See the '--tmpfs' argument in systemd-nspawn(1) for more details. + *-u*:: Update the working copy of the chroot before building This is useful for rebuilds without dirtying the pristine @@ -76,5 +79,9 @@ Options *-x* <when>:: Inspect chroot after build, possible modes are 'never' (default), 'always' or 'failure' +See Also +-------- + +systemd-nspawn(1) include::include/footer.asciidoc[] |