summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-31 07:44:49 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-12-31 07:44:49 +0100
commita7e264672d431fc3a36b47c48ab016b20b03071b (patch)
tree8e6ad944ea49d89948902fdb2557eeb9890b3af6 /README.md
parentc856e06999fdc2b992e07c1b82b4af08c834f78b (diff)
parent947506522176e2b966fa1dc6389fa366322dec12 (diff)
downloaddebvm-a7e264672d431fc3a36b47c48ab016b20b03071b.tar.gz
Merge branch main into debian
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd1c8cc..8109b2a 100644
--- a/README.md
+++ b/README.md
@@ -45,8 +45,8 @@ 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` must be a symbolic link pointing to a regular file containing
- the kernel.
+ * `/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.