diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-20 11:55:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-20 16:56:01 +0200 |
commit | 48a7ebb877f8d8d4fe4939334e31bfac87514fb6 (patch) | |
tree | afb053c58bc360376f1756982e6b679ad2bb4f85 | |
parent | doc: allow multiple initrd entries per BLS snippet (diff) | |
download | systemd-48a7ebb877f8d8d4fe4939334e31bfac87514fb6.tar.gz systemd-48a7ebb877f8d8d4fe4939334e31bfac87514fb6.tar.bz2 systemd-48a7ebb877f8d8d4fe4939334e31bfac87514fb6.zip |
doc: document the `architecture` setting
-rw-r--r-- | doc/BOOT_LOADER_SPECIFICATION.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/BOOT_LOADER_SPECIFICATION.md b/doc/BOOT_LOADER_SPECIFICATION.md index ef5b1c5c8..dc67f2ffc 100644 --- a/doc/BOOT_LOADER_SPECIFICATION.md +++ b/doc/BOOT_LOADER_SPECIFICATION.md @@ -72,6 +72,7 @@ These configuration snippets shall be Unix-style text files (i.e. line separatio * `devicetree` refers to the binary device tree to use when executing the kernel. This also shall be a path relative to the `$BOOT` directory. This key is optional. Example: `6a9857a393724b7a981ebb5b8495b9ea/3.8.0-2.fc19.armv7hl/tegra20-paz00.dtb` +* `architecture` refers to the UEFI architecture this entry is defined for. If specified and this does not match the local UEFI system architecture the entry is hidden. Each configuration drop-in snippet must include at least a `linux` or an `efi` key, and is otherwise not valid. Here's an example for a complete drop-in file: |