summaryrefslogtreecommitdiffstats
path: root/man/machinectl.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: generate configured paths in manpagesFilipe Brandenburger2015-05-281-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, use /lib/systemd instead of /usr/lib/systemd in distributions like Debian which still have not adopted a /usr merge setup. Use XML entities from man/custom-entities.ent to replace configured paths while doing XSLT processing of the original XML files. There was precedent of some files (such as systemd.generator.xml) which were already using this approach. This addresses most of the (manual) fixes from this patch: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/patches/Fix-paths-in-man-pages.patch?h=experimental-220 The idea of using generic XML entities was presented here: http://lists.freedesktop.org/archives/systemd-devel/2015-May/032240.html This patch solves almost all the issues, with the exception of: - Path to /bin/mount and /bin/umount. - Generic statements about preference of /lib over /etc. These will be handled separately by follow up patches. Tested: - With default configure settings, ran "make install" to two separate directories and compared the output to confirm they matched exactly. - Used a set of configure flags including $CONFFLAGS from Debian: http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/tree/debian/rules Installed the tree and confirmed the paths use /lib/systemd instead of /usr/lib/systemd and that no other unexpected differences exist. - Confirmed that `make distcheck` still passes.
* man: document that nspawn -x, --template= and machinectl clone leave ↵Lennart Poettering2015-05-061-1/+7
| | | | hostname and machine id unmodified
* man: fix typos in machinectlRichard Maw2015-04-071-4/+4
| | | | The s/now/not/ unfortunately inverted the meaning.
* man: Resolve how to refer to derived names for machinectl containersRichard Maw2015-04-071-2/+2
| | | | | | | "the name it is" is clumsy english, and since the most recently referred to thing was a name anyway we can just leave the "it is". This matches later uses in the same document.
* man: fix links to compressorsZbigniew Jędrzejewski-Szmek2015-03-111-4/+4
|
* man: document "machinectl export-tar" and "export-raw"Lennart Poettering2015-03-101-5/+58
|
* man: document machinectl import-tar and import-rawLennart Poettering2015-03-091-6/+41
|
* man: document that machinectl set-limit creates a btrfs loopback tooLennart Poettering2015-03-021-9/+36
|
* machined,machinectl: add calls for changing container/VM quotasLennart Poettering2015-02-251-5/+20
|
* man: add newlines to the pull-raw example in machinectl(1)Benjamin Franzke2015-02-191-5/+6
| | | | They were removed in commit 798d3a52 ("Reindent man pages to 2ch").
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-041-935/+733
|
* man: document new download magicLennart Poettering2015-01-221-1/+311
|
* man: use one description of --no-legendZbigniew Jędrzejewski-Szmek2015-01-201-9/+2
|
* nspawn,machined: change default container image location from ↵Lennart Poettering2015-01-151-5/+50
| | | | | | | | | | | /var/lib/container to /var/lib/machines Given that this is also the place to store raw disk images which are very much bootable with qemu/kvm it sounds like a misnomer to call the directory "container". Hence, let's change this sooner rather than later, and use the generic name, in particular since we otherwise try to use the generic "machine" preferably over the more specific "container" or "vm".
* man: bring machinectl man page up-to-dateLennart Poettering2015-01-081-44/+251
|
* machinectl: given that machinectl invokes a number of polkit enabled ↵Lennart Poettering2015-01-081-0/+8
| | | | methods, start the polkit agent on terminals
* machinectl: show most recent log output in "machinectl status", tooLennart Poettering2015-01-081-6/+41
|
* machinectl: add new commands for copying files from/to containersLennart Poettering2014-12-181-9/+36
|
* machinectl: implement "bind" command to create additional bind mounts from ↵Lennart Poettering2014-12-181-0/+44
| | | | host to container during runtime
* machinectl: reimplement machinectl's "reboot" verb on top of "kill", and add ↵Lennart Poettering2014-03-181-27/+45
| | | | | | | | | new verb "poweroff" There's really no point to send the reboot SIGINT from machinectl directly, if machined can do that anyway. This saves code, and makes machinectl network transparent for these verbs. And while we are at it we can easily add a "poweroff" verb in addition to "reboot". Yay!
* man: xinclude --host/--machineZbigniew Jędrzejewski-Szmek2014-02-211-21/+3
| | | | As usual, those common options are pushed to the end.
* man: xinclude --help/--version/--no-pagerZbigniew Jędrzejewski-Szmek2014-02-211-30/+11
|
* machinectl: remove unused --no-ask-passwordThomas Hindoe Paaboel Andersen2014-02-181-8/+0
|
* machinectl: add bash completionThomas Hindoe Paaboel Andersen2014-02-181-0/+8
|
* man: machinectl: there is no command 'kill-machine'Thomas Hindoe Paaboel Andersen2014-02-181-2/+2
|
* man: use xinclude to de-deduplicate common textZbigniew Jędrzejewski-Szmek2014-02-121-20/+3
| | | | | I only tested with python-lxml. I'm not sure if xml.etree should be deprecated.
* pager: support SYSTEMD_LESS environment variableJason A. Donenfeld2014-02-121-0/+4
| | | | | | This allows customization of the arguments used by less. The main motivation is that some folks might not like having --no-init on every invocation of less.
* machinectl: add new "machinectl reboot" callLennart Poettering2014-02-121-1/+13
|
* Help output spring cleaningZbigniew Jędrzejewski-Szmek2013-12-091-5/+5
| | | | | Use [brackets] only for optional elements. Use <optional> in XML sources.
* man: wording and grammar updatesJan Engelhardt2013-11-071-3/+3
| | | | | This is a recurring submission and includes corrections to various issue spotted: comma setting, missing words/preposition choice.
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-311-0/+13
|
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-301-37/+38
| | | | | Also, add support for this to machinectl, so that we can enumerate the machines that run inside a container. We must go deeper!
* man: drop references to "cgroup" wher appropriateLennart Poettering2013-09-271-2/+2
| | | | | | | | | | | Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening.
* man: wording and grammar updatesJan Engelhardt2013-07-211-1/+1
| | | | | This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
* man: a few corrections to the machinectl man pageLennart Poettering2013-07-191-9/+8
|
* man: document four basic slicesZbigniew Jędrzejewski-Szmek2013-07-101-1/+2
|
* man: wording and grammar updatesJan Engelhardt2013-07-091-7/+7
|
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-071-0/+301