summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2023-01-15 19:46:58 +0100
committerHelmut Grohne <helmut@subdivi.de>2023-01-15 19:59:39 +0100
commitf48cc92c8c187b92e8072a10a256695879e3bd43 (patch)
tree03a7c287f49ba076a49899c51576b92f093e9ca5 /README.md
parent0a6efea4c00b83fc1d899c0dc868f05308edd26d (diff)
downloaddebvm-f48cc92c8c187b92e8072a10a256695879e3bd43.tar.gz
debvm-run: guess the location of the kernel
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 870e26d..ec1fcb3 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
- * `(|/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.
+ * `(|/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?
====