summaryrefslogtreecommitdiff
path: root/Specifications/BootLoaderSpec.mdwn
diff options
context:
space:
mode:
authorkay <kay@web>2013-10-08 06:03:40 -0700
committerwww <iki-www@freedesktop.org>2013-10-08 06:03:40 -0700
commit5603a3ddced5bd885877c6d0522c6375e76cb602 (patch)
tree6d19a00f21648ccaebc2aee7e45daa03e69cdcc6 /Specifications/BootLoaderSpec.mdwn
parentbfd19575c27083853cd9121f895ad6771f433b6b (diff)
Diffstat (limited to 'Specifications/BootLoaderSpec.mdwn')
-rw-r--r--Specifications/BootLoaderSpec.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/Specifications/BootLoaderSpec.mdwn b/Specifications/BootLoaderSpec.mdwn
index 78da2cdd..0ec18625 100644
--- a/Specifications/BootLoaderSpec.mdwn
+++ b/Specifications/BootLoaderSpec.mdwn
@@ -63,6 +63,9 @@ These configuration snippets shall be Unix-style text files (i.e. line separatio
* `initrd` refers to the initrd 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.x86_64/initrd`
* `efi` to spawn arbitrary EFI programs. This also takes a path relative to `$BOOT`. This key is only available on EFI systems.
* `options` shall contain kernel parameters to pass to the Linux kernel to spawn. This key is optional.
+* `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`
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: