summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJochen Sprickerhof <git@jochen.sprickerhof.de>2023-01-15 18:20:51 +0100
committerJochen Sprickerhof <git@jochen.sprickerhof.de>2023-01-15 18:20:51 +0100
commit0a6efea4c00b83fc1d899c0dc868f05308edd26d (patch)
treecbe02fa6c957eb86133af54421c1ef613bfbc9ff /README.md
parent37893004236be9c9885cec066e16c23b122d2ad1 (diff)
downloaddebvm-0a6efea4c00b83fc1d899c0dc868f05308edd26d.tar.gz
Document additional kernel link names
Reported-by: Helmut Grohne <helmut@subdivi.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f042d7..870e26d 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ 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
+ * `(|/boot)/vmlinu[xz]` (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.