summaryrefslogtreecommitdiff
path: root/man/homectl.xml
Commit message (Collapse)AuthorAgeFilesLines
* homectl,TEST-46: fix test and fix homectl return value, update docsZbigniew Jędrzejewski-Szmek2021-05-061-0/+4
| | | | | | | The usual: the test wasn't testing, so we didn't notice that the command wasn't returning as expected. (cherry picked from commit b9bfa250f2c04caeecd49e54cdbadee3986d64b3)
* man: rename less-variables→common-variablesZbigniew Jędrzejewski-Szmek2021-03-011-1/+1
| | | | Some are not about less, e.g. $SYSTEMD_URLIFY.
* tree-wide: fix typoYu Watanabe2020-12-161-1/+1
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* Fix typoSorin Ionescu2020-11-011-1/+1
|
* man: reword description of KillOnlyUsers=/KillExcludeUsers=Zbigniew Jędrzejewski-Szmek2020-10-051-3/+3
| | | | Fixes #17177.
* man: reword of fido2 key derivationZbigniew Jędrzejewski-Szmek2020-10-051-5/+5
| | | | | | | "keyed by" is indeed a bit jargony. Say " a HMAC hash of the salt combined with an internal secret key" instead. For #17177.
* Merge pull request #17213 from keszybz/man-cleanupsLennart Poettering2020-10-011-1/+1
|\ | | | | Fix links in man pages
| * man: correct various linksZbigniew Jędrzejewski-Szmek2020-09-301-1/+1
| | | | | | | | As usual, linkchecker ftw!
* | homed: explicitly deactivate all home directories on shutdownLennart Poettering2020-09-301-0/+9
|/ | | | | | | | | | | | | | | | | | | | Let's explicitly deactivate all home dirs on shutdown, in order to properly synchronizing unmounting and avoiding blocking devices. Previously, we'd rely on automatic deactivation when home directories become unused. However, that scheme is asynchronous, and ongoing deactviations might conflicts with attempts to unmount /home. Let's fix that by providing an explicit service systemd-homed-activate.service whose only job is to have a ExecStop= line that explicitly deactivates all home directories on shutdown. This service can the be ordered after home.mount and similar, ensuring that we'll first deactivate all homes before deactivating /home itself during shutdown. This is kept separate from systemd-homed.service so that it is possible to restart systemd-homed.service without deactivating all home directories. Fixes: #16842
* man: assorted small fixesZbigniew Jędrzejewski-Szmek2020-09-301-2/+2
| | | | This is almost all of #17177.
* man: explain why TZ=: is usedZbigniew Jędrzejewski-Szmek2020-09-301-5/+7
| | | | | | | | | | | Also, reword the description a bit. "As a string" is meaningless in the context of commandline arguments, where evyrything is a string. This is not a strongly-typed programming language where 5 is a number but "5" is something completely different. Here both 5 and "5" are indistinguishable. The original text was trying to say that a location name should be given and not a number, so say "time zone location name". For #17177.
* homed: make clean that --storage=directory ↵Lennart Poettering2020-09-181-4/+7
| | | | | | | | | | | | --image-path=/dev/some-block-device is not supported The directory backend needs a file system path, and not a raw block device. That's only supported for the LUKS2 backend. Let's make this clearer in the man page and also generate a better error message if attempted anyway. Fixes: #17068
* man: document new homectl --recovery-key= switchLennart Poettering2020-08-251-0/+10
|
* homed: default to "btrfs" as fs type in the LUKS backendLennart Poettering2020-08-191-2/+2
| | | | | | | | | | | | | Apparently both Fedora and suse default to btrfs now, it should hence be good enough for us too. This enables a bunch of really nice things for us, most importanly we can resize home directories freely (i.e. both grow *and* shrink) while online. It also allows us to add nice subvolume based home directory snapshotting later on. Also, whenever we mention the three supported types, alaways mention them in alphabetical order, which is also our new order of preference.
* man: fix some manvolnumAnita Zhang2020-07-111-1/+1
|
* man: do not say that tasks are threads and processesZbigniew Jędrzejewski-Szmek2020-07-061-4/+4
| | | | | This is confusing because the reader might think that processes and threads are counted separately. Another issue pointed out in #16363.
* man: one more typoZbigniew Jędrzejewski-Szmek2020-07-061-1/+1
| | | | Also from #16363.
* tree-wide: fixes for assorted grammar and spelling issuesZbigniew Jędrzejewski-Szmek2020-07-061-29/+28
| | | | Fixes #16363. Also includes some changes where I generalized the pattern.
* Merge pull request #15442 from poettering/fido2Zbigniew Jędrzejewski-Szmek2020-07-031-9/+53
|\ | | | | add fido2 authentication support to homed
| * man: update homectl man page with documentation for new featuresLennart Poettering2020-07-011-9/+53
| |
* | tree: wide "the the" and other trivial grammar fixesZbigniew Jędrzejewski-Szmek2020-07-021-1/+1
|/
* man: add note regarding editing user groupsignapk2020-06-221-1/+2
| | | | | Currently the manual doesn't clearly say whether `homectl update username -G group` will append the group to the user, or overwrite the list and remove user from the groups that aren't specified. Fix this by updating the manual, basing the change on the usermod manual.
* man: document homed.confLennart Poettering2020-05-071-6/+8
|
* docs: document the new offline discard logicLennart Poettering2020-05-071-0/+10
|
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-4/+4
| | | | | | Based on a report from Fossies.org using Codespell. Followup to #15436
* docs: hook up the new USER_NAMES document everywhereLennart Poettering2020-04-081-1/+4
| | | | | (Also correct the set of names we accept in User=, which was forgotten to be updated in ae480f0b09aec815b64579bb1828ea935d8ee236.
* Various typo fixes and grammar correctionsZbigniew Jędrzejewski-Szmek2020-01-301-15/+16
|
* man: add homectl(1) man pageLennart Poettering2020-01-281-0/+832