Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dissect: Add systemd-dissect --umount | Daan De Meyer | 2022-08-03 | 1 | -5/+33 |
| | | | | | | | | | | This command takes a mountpoint, unmounts it and makes sure the underlying partition devices and block device are removed before exiting. To mirror the --mount operation, we also add a --rmdir option which does the opposite of --mkdir, and a -U option which is a shortcut for --umount --rmdir. | ||||
* | dissect: enable growfs by default, but make it configurable | Lennart Poettering | 2021-04-23 | 1 | -0/+22 |
| | | | | | This adds a new --growfs=yes|no switch to systemd-dissect, defaulting to on. | ||||
* | man: --add was renamed --copy-to when it was merged, fix man page reference ↵ | Lennart Poettering | 2021-04-21 | 1 | -2/+2 |
| | | | | to it | ||||
* | man: various typos and other small issues | Zbigniew Jędrzejewski-Szmek | 2021-01-29 | 1 | -10/+11 |
| | | | | Fixes #18397. | ||||
* | man: share a common explanation for --json= | Lennart Poettering | 2021-01-21 | 1 | -9/+1 |
| | |||||
* | dissect: almost port systemd-dissect to table_print_with_pager() | Lennart Poettering | 2021-01-21 | 1 | -0/+2 |
| | | | | | | | | This doesn't actually port systemd-dissect to table_print_with_pager() but at least rearranges things so that similar behaviour is exposed. The reason it's not ported over 1:1 is that systemd-dissect actually adjusts the JSON output of the table with additional info, and doesn't print the table 1:1 as JSON. | ||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | man: correct various links | Zbigniew Jędrzejewski-Szmek | 2020-09-30 | 1 | -4/+4 |
| | | | | As usual, linkchecker ftw! | ||||
* | man: emphasize that part table shown by systemd-dissect is not complete | Lennart Poettering | 2020-09-19 | 1 | -1/+11 |
| | |||||
* | man: add conditionals to more man pages | Zbigniew Jędrzejewski-Szmek | 2020-08-20 | 1 | -1/+1 |
| | | | | Fixes #16701. | ||||
* | dissect: add support for outputting JSON | Lennart Poettering | 2020-08-12 | 1 | -0/+9 |
| | |||||
* | man: document systemd-dissect | Lennart Poettering | 2020-08-11 | 1 | -0/+244 |