summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-15 21:11:07 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-15 21:11:07 +0100
commite0b948d626e744c9b8a53cacbd09167b61e5da47 (patch)
tree7c45e189552f3d67a5486ba484317b3c9f6c1d8f /README.md
parent2e8532c6af5a144c891d6f72743bd9873941acde (diff)
parent4f085d1e4bad9990671fb5d953c9aba2c9b51902 (diff)
downloaddebvm-e0b948d626e744c9b8a53cacbd09167b61e5da47.tar.gz
Merge support_boot into main
Closes: !23
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d7719af..0b096a5 100644
--- a/README.md
+++ b/README.md
@@ -45,10 +45,10 @@ contains the root filesystem of a (Debian) installation including an init
system and a kernel. There is no partition table or bootloader. The following
paths are assumed inside:
* `/bin/true` is used to detect the architecture of an image
- * `/vmlinuz` or `/vmlinux` (depending on the architecture) must be a symbolic
- link pointing to a regular file containing the kernel.
- * `/initrd.img` must be a symbolic link pointing to a regular file containing
- the initrd image.
+ * `(|/boot)/vmlinu[xz]` must be a symbolic link pointing to a regular file
+ containing the kernel.
+ * `initrd.img` must be a symbolic link in the same directory as the kernel
+ image pointing to a regular file containing the initrd image.
Why?
====