summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-071-18/+42
|\ | | | | optionally, grow file systems to partition size when mounting them via GPT auto-discovery
| * man: document the new grow-file-system flagLennart Poettering2021-04-231-18/+42
| |
* | docs/COREDUMP_PACKAGE_METADATA.md: add table with well-known keys and their ↵Luca Boccassi2021-05-061-2/+17
| | | | | | | | definition
* | docs/COREDUMP_PACKAGE_METADATA.md: Add debuginfod keyMark Wielaard2021-05-061-0/+4
| | | | | | | | Signed-off-by: Mark Wielaard <mark@klomp.org>
* | docs: Fix typos in PORTABLE_SERVICES.mdPhaedrus Leeds2021-05-061-9/+9
| |
* | tree-wide: fix typoYu Watanabe2021-05-041-1/+1
| |
* | docs: document that one shouldn't pass the audit caps to containersLennart Poettering2021-04-281-1/+14
| | | | | | | | Apparently this is not well know, so let' document this.
* | Add support for conditions on the machines firmwareUwe Kleine-König2021-04-281-0/+1
|/ | | | | | This allows to limit units to machines that run on a certain firmware type. For device tree defined machines checking against the machine's compatible is also possible.
* doc: slightly reorder/improve partition type tableLennart Poettering2021-04-211-2/+2
| | | | | Let's put swap and generic linux data partitions next to each other, and clarify they predated this spec.
* doc: verity partitions may only contain Verity data (fix copypasta)Lennart Poettering2021-04-211-1/+1
|
* docs: use new URL for package-notesZbigniew Jędrzejewski-Szmek2021-04-091-1/+1
|
* docs: document native journal protocolLennart Poettering2021-04-081-0/+190
| | | | Fixes: #17748
* coredump: update and shorten package metadata keysLuca Boccassi2021-04-071-36/+32
| | | | Follow-up for a7ea0a460bb3
* Add markdown doc about coredump package metadataLuca Boccassi2021-04-061-0/+110
|
* docs: use current spelling "macOS" not "OS X" etc.Carlo Teubner2021-04-022-2/+2
|
* Merge pull request #18982 from keszybz/test-nss-usersZbigniew Jędrzejewski-Szmek2021-03-311-5/+8
|\ | | | | Add a new test for user/group resolution in nss modules
| * test-nss-hosts: make buffer size configurable too and document itZbigniew Jędrzejewski-Szmek2021-03-231-5/+8
| |
* | Merge pull request #18958 from poettering/dissect-no-rootZbigniew Jędrzejewski-Szmek2021-03-311-1/+8
|\ \ | | | | | | dissect-image: support images without rootfs but with /usr partition + support simple partition versioning via strverscmp() on part label
| * | doc: mention that choosing root/usr partitions by strverscmp() on the ↵Lennart Poettering2021-03-161-1/+8
| |/ | | | | | | partition label is OK
* | Introduce ExitTypeHenri Chain2021-03-311-0/+1
| |
* | Revert "fix wrong statement JOURNAL_FILE_FORMAT.md doc"Luca Boccassi2021-03-301-1/+1
| | | | | | | | This reverts commit 119063d2b149667a91e0e08e4bdf82a0eb6a7efd.
* | fix wrong statement JOURNAL_FILE_FORMAT.md docYangyang Shen2021-03-291-1/+1
| |
* | homepage: fix year in footer to 2021Lennart Poettering2021-03-181-2/+2
| | | | | | | | (And while we are at it, let's fix the "Sources" link in the footer to point to the right git repo subdir)
* | doc/RELEASE.md: document hwdb update stepLuca Boccassi2021-03-171-11/+12
|/
* docs: more markupZbigniew Jędrzejewski-Szmek2021-03-111-5/+5
|
* docs: reference NAME_MAX where we talk about filenamesLennart Poettering2021-03-081-2/+2
|
* docs: document not to use FILENAME_MAX in our codebaseLennart Poettering2021-03-081-0/+6
| | | | It's a weird thing. Let's explain why.
* docs: document fuzzer variablesZbigniew Jędrzejewski-Szmek2021-03-061-0/+12
|
* man: move two sysv-specific variables to docsZbigniew Jędrzejewski-Szmek2021-03-011-1/+9
| | | | https://github.com/systemd/systemd/pull/18827#discussion_r584807684
* treewide: fix spellingJoerg Behrmann2021-02-251-1/+1
|
* Merge pull request #18704 from keszybz/fallback-hostame-overrideZbigniew Jędrzejewski-Szmek2021-02-231-0/+4
|\ | | | | Allow overriding of fallback hostname through envvar and os-release field
| * Allow the fallback hostname to be overriden using an environment variableZbigniew Jędrzejewski-Szmek2021-02-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=1893417 for the back story: the fallback hostname matters a lot in certain environments. Right now the only way to configure the fallback hostname is by recompiling systemd, which is obviously problematic in case when the fallback hostname shall differ between different editions of the same distro that share a single compiled rpm. By making this overridable through an envvar, we're providing an escape hatch without making this a top-level api. Later on a way to set this through os-release is added, but I think the approach with the variable is still useful. It it very convenient for testing, or to override settings only in a particular service, etc.
* | docs: align tables vertically to topZbigniew Jędrzejewski-Szmek2021-02-221-0/+5
| | | | | | | | Fixes #18706.
* | docs: , → .Lennart Poettering2021-02-221-1/+1
| |
* | Update docs about fdisk/gdisk support for discoverable partitionswouter bolsterlee2021-02-211-7/+9
| | | | | | | | | | | | | | | | This updates the docs about using fdisk/gdisk to make partitions with the right partition type UUID as defined in the discoverable partitions spec. Improve wording/grammar/formatting, and reflect that gdisk supports this as well nowadays; see https://www.rodsbooks.com/gdisk/revisions.html
* | tree-wide: fix links to systemd.io pagesZbigniew Jędrzejewski-Szmek2021-02-193-6/+6
| | | | | | | | | | Having the extra slash at the end is not a problem, just inconsistent. But the links with .html or .md return 404.
* | docs/ENVIRONMENT: syntax highlighting and some rewordingsZbigniew Jędrzejewski-Szmek2021-02-191-92/+96
|/ | | | | Use backticks for commands and functions and variables, suffix directories with a slash. Some sentences were reworded.
* Merge pull request #18401 from anitazha/oomdxattrZbigniew Jędrzejewski-Szmek2021-02-131-0/+1
|\ | | | | oomd: implement avoid/omit support for cgroups
| * oom: add unit file settings for oomd avoid/omit xattrsAnita Zhang2021-02-121-0/+1
| |
* | tmpfiles: v/q/Q: Add env var to skip check for rootfs in subvolumeAdrian Vovk2021-02-101-0/+6
|/
* Merge pull request #18444 from anitazha/proprenameZbigniew Jędrzejewski-Szmek2021-02-041-1/+1
|\ | | | | oom: parse properties with 1/10000 precision instead of 1/100
| * oom: rework *MemoryPressureLimit= properties to have 1/10000 precisionAnita Zhang2021-02-021-1/+1
| | | | | | | | | | | | | | Requested in https://github.com/systemd/systemd/pull/15206#discussion_r505506657, preserve the full granularity for memory pressure limits (permyriad) instead of capping out at percent.
* | man: move content from the wiki to systemd.preset(5)Zbigniew Jędrzejewski-Szmek2021-02-021-1/+1
|/ | | | | | | | | | The wiki was slightly stale, and almost all the information there was already present in the man page. I moved the remaing part (discussion) into the man page and adjusted all links to point to the man page instead. daemon(7) has a some examples of packaging scriptlets… I don't think it fits there very well. Most likely they should be moved to systemd.preset(5) or maybe even removed, but I'm leaving that for later.
* docs: expose GVARIANT-SERIALIZATION as markdownZbigniew Jędrzejewski-Szmek2021-01-281-0/+110
|
* meson: rename target to update-hwdbZbigniew Jędrzejewski-Szmek2021-01-271-1/+1
| | | | | The goal is to have all "update-*" targets named uniformly so that tab-completion works. The script is renamed to match.
* meson: rename target to update-man-rulesZbigniew Jędrzejewski-Szmek2021-01-271-1/+1
| | | | Same justification as for update-dbus-docs.
* meson: rename target to update-dbus-docsZbigniew Jędrzejewski-Szmek2021-01-271-1/+1
| | | | | | | | | Very old versions of meson did not include the subdirectory name in the target name, so we started adding various "top-level" custom targets in subdirectories. This was nice because the main meson.build file wasn't as cluttered. But then meson started including the subdir name in the target name. So let's move the definition to the root so we can have all targets named uniformly.
* docs/ENVIRONMENT: move entry for systemd-udevdYu Watanabe2021-01-261-12/+12
| | | | `$SYSTEMD_REBOOT_TO_FIRMWARE_SETUP=` or friends are for logind.
* docs: Update HACKING.md with the mkosi boot/qemu commands + optionsDaan De Meyer2021-01-241-14/+22
| | | | | Let's use the mkosi commands in HACKING.md and recommend some options that speed up mkosi builds. Also includes some other small improvements.
* docs: Add a section to HACKING.md on using mkosi and clangd togetherDaan De Meyer2021-01-241-0/+80
| | | | | | | | | | | | | | | | | While it's perfectly possible today to completely rely on mkosi for building and testing systemd, to get code completion and other IDE niceties to work properly, it's still necessary to build systemd locally. Recently, mkosi gained the ability to allow external programs to communicate with the build script. We can use this feature to run the clangd language server in the mkosi build image via a custom build script to provide IDE features in editors without requiring developers to build systemd on the host or install any of systemd's build dependencies locally. This commit adds the necessary information on how to set this up to HACKING.md.