diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/AUTOMATIC_BOOT_ASSESSMENT.md | 4 | ||||
-rw-r--r-- | docs/BLOCK_DEVICE_LOCKING.md | 4 | ||||
-rw-r--r-- | docs/BOOT_LOADER_INTERFACE.md | 4 | ||||
-rw-r--r-- | docs/BOOT_LOADER_SPECIFICATION.md | 4 | ||||
-rw-r--r-- | docs/CGROUP_DELEGATION.md | 4 | ||||
-rw-r--r-- | docs/CODE_OF_CONDUCT.md | 4 | ||||
-rw-r--r-- | docs/CODE_QUALITY.md | 4 | ||||
-rw-r--r-- | docs/CODING_STYLE.md | 4 | ||||
-rw-r--r-- | docs/CONTRIBUTING.md | 4 | ||||
-rw-r--r-- | docs/DISTRO_PORTING.md | 4 | ||||
-rw-r--r-- | docs/ENVIRONMENT.md | 4 | ||||
-rw-r--r-- | docs/HACKING.md | 4 | ||||
-rw-r--r-- | docs/PORTABLE_SERVICES.md | 4 | ||||
-rw-r--r-- | docs/PREDICTABLE_INTERFACE_NAMES.md | 4 | ||||
-rw-r--r-- | docs/RELEASE.md | 4 | ||||
-rw-r--r-- | docs/TRANSIENT-SETTINGS.md | 4 | ||||
-rw-r--r-- | docs/TRANSLATORS.md | 4 | ||||
-rw-r--r-- | docs/UIDS-GIDS.md | 4 | ||||
-rw-r--r-- | docs/index.md | 4 |
19 files changed, 76 insertions, 0 deletions
diff --git a/docs/AUTOMATIC_BOOT_ASSESSMENT.md b/docs/AUTOMATIC_BOOT_ASSESSMENT.md index 83acdab446..6f7182a4b3 100644 --- a/docs/AUTOMATIC_BOOT_ASSESSMENT.md +++ b/docs/AUTOMATIC_BOOT_ASSESSMENT.md @@ -1,3 +1,7 @@ +--- +title: Automatic Boot Assessment +--- + # Automatic Boot Assessment systemd provides support for automatically reverting back to the previous diff --git a/docs/BLOCK_DEVICE_LOCKING.md b/docs/BLOCK_DEVICE_LOCKING.md index ceb060c0c9..58178ad2f7 100644 --- a/docs/BLOCK_DEVICE_LOCKING.md +++ b/docs/BLOCK_DEVICE_LOCKING.md @@ -1,3 +1,7 @@ +--- +title: Locking Block Device Access +--- + # Locking Block Device Access *TL;DR: Use BSD file locks diff --git a/docs/BOOT_LOADER_INTERFACE.md b/docs/BOOT_LOADER_INTERFACE.md index a0c7f39970..50488ee97a 100644 --- a/docs/BOOT_LOADER_INTERFACE.md +++ b/docs/BOOT_LOADER_INTERFACE.md @@ -1,3 +1,7 @@ +--- +title: The Boot Loader Interface +--- + # The Boot Loader Interface systemd can interface with the boot loader to receive performance data and diff --git a/docs/BOOT_LOADER_SPECIFICATION.md b/docs/BOOT_LOADER_SPECIFICATION.md index 3724f78a80..3612ff1d33 100644 --- a/docs/BOOT_LOADER_SPECIFICATION.md +++ b/docs/BOOT_LOADER_SPECIFICATION.md @@ -1,3 +1,7 @@ +--- +title: The Boot Loader Specification +--- + # The Boot Loader Specification _TL;DR: Currently there's little cooperation between multiple distributions in dual-boot (or triple, ... multi-boot) setups, and we'd like to improve this situation by getting everybody to commit to a single boot configuration format that is based on drop-in files, and thus is robust, simple, works without rewriting configuration files and is free of namespace clashes._ diff --git a/docs/CGROUP_DELEGATION.md b/docs/CGROUP_DELEGATION.md index ed23a0a142..7cd27a44b2 100644 --- a/docs/CGROUP_DELEGATION.md +++ b/docs/CGROUP_DELEGATION.md @@ -1,3 +1,7 @@ +--- +title: Control Group APIs and Delegation +--- + # Control Group APIs and Delegation *Intended audience: hackers working on userspace subsystems that require direct diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index b3b46cd6d8..da290ecda3 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -1,3 +1,7 @@ +--- +title: The systemd Community Conduct Guidelines +--- + # The systemd Community Conduct Guidelines This document provides community guidelines for a safe, respectful, productive, and collaborative place for any person who is willing to contribute to systemd. It applies to all “collaborative spaces”, which is defined as community communications channels (such as mailing lists, submitted patches, commit comments, etc.). diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md index be0e13f653..18363f0f1b 100644 --- a/docs/CODE_QUALITY.md +++ b/docs/CODE_QUALITY.md @@ -1,3 +1,7 @@ +--- +title: Code Quality Tools +--- + # Code Quality Tools The systemd project has a number of code quality tools set up in the source diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index a91e119c4a..4a1cc59ce6 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -1,3 +1,7 @@ +--- +title: Coding Style +--- + # Coding Style - 8ch indent, no tabs, except for files in `man/` which are 2ch indent, diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6cfdd6f179..f40d9a010a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -1,3 +1,7 @@ +--- +title: Contributing +--- + # Contributing We welcome contributions from everyone. However, please follow the following guidelines when posting a GitHub Pull Request or filing a GitHub Issue on the systemd project: diff --git a/docs/DISTRO_PORTING.md b/docs/DISTRO_PORTING.md index bcb093fbdc..f8b98bcbae 100644 --- a/docs/DISTRO_PORTING.md +++ b/docs/DISTRO_PORTING.md @@ -1,3 +1,7 @@ +--- +title: Porting systemd To New Distributions +--- + # Porting systemd To New Distributions ## HOWTO diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index 619a57eb3f..99b5b03b68 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -1,3 +1,7 @@ +--- +title: Known Environment Variables +--- + # Known Environment Variables A number of systemd components take additional runtime parameters via diff --git a/docs/HACKING.md b/docs/HACKING.md index 17136060ce..b14be72128 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -1,3 +1,7 @@ +--- +title: Hacking on systemd +--- + # Hacking on systemd We welcome all contributions to systemd. If you notice a bug or a missing diff --git a/docs/PORTABLE_SERVICES.md b/docs/PORTABLE_SERVICES.md index 4b37a19455..2dbeeee760 100644 --- a/docs/PORTABLE_SERVICES.md +++ b/docs/PORTABLE_SERVICES.md @@ -1,3 +1,7 @@ +--- +title: Portable Services Introduction +--- + # Portable Services Introduction This systemd version includes a preview of the "portable service" diff --git a/docs/PREDICTABLE_INTERFACE_NAMES.md b/docs/PREDICTABLE_INTERFACE_NAMES.md index 73d60477cd..b29016f93d 100644 --- a/docs/PREDICTABLE_INTERFACE_NAMES.md +++ b/docs/PREDICTABLE_INTERFACE_NAMES.md @@ -1,3 +1,7 @@ +--- +title: Predictable Network Interface Names +--- + # Predictable Network Interface Names Starting with v197 systemd/udev will automatically assign predictable, stable network interface names for all local Ethernet, WLAN and WWAN interfaces. This is a departure from the traditional interface naming scheme ("eth0", "eth1", "wlan0", ...), but should fix real problems. diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 11794aae63..4bf5ab8dc1 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,3 +1,7 @@ +--- +title: Steps to a Successful Release +--- + # Steps to a Successful Release 1. Add all items to NEWS diff --git a/docs/TRANSIENT-SETTINGS.md b/docs/TRANSIENT-SETTINGS.md index 89a185b527..0ac77f0497 100644 --- a/docs/TRANSIENT-SETTINGS.md +++ b/docs/TRANSIENT-SETTINGS.md @@ -1,3 +1,7 @@ +--- +title: What settings are currently available for transient units? +--- + # What settings are currently available for transient units? Our intention is to make all settings that are available as unit file settings diff --git a/docs/TRANSLATORS.md b/docs/TRANSLATORS.md index 9c45453083..d155c1c875 100644 --- a/docs/TRANSLATORS.md +++ b/docs/TRANSLATORS.md @@ -1,3 +1,7 @@ +--- +title: Notes for Translators +--- + # Notes for Translators systemd depends on the `gettext` package for multilingual support. diff --git a/docs/UIDS-GIDS.md b/docs/UIDS-GIDS.md index c59fefc5cd..25345a918f 100644 --- a/docs/UIDS-GIDS.md +++ b/docs/UIDS-GIDS.md @@ -1,3 +1,7 @@ +--- +title: Users, Groups, UIDs and GIDs on `systemd` Systems +--- + # Users, Groups, UIDs and GIDs on `systemd` Systems Here's a summary of the requirements `systemd` (and Linux) make on UID/GID diff --git a/docs/index.md b/docs/index.md index 2140253674..890c4f8e76 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +title: systemd Documentation +--- + # systemd Documentation * [Automatic Boot Assessment](https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT) |