diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-15 21:11:07 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-15 21:11:07 +0100 |
commit | e0b948d626e744c9b8a53cacbd09167b61e5da47 (patch) | |
tree | 7c45e189552f3d67a5486ba484317b3c9f6c1d8f /README.md | |
parent | 2e8532c6af5a144c891d6f72743bd9873941acde (diff) | |
parent | 4f085d1e4bad9990671fb5d953c9aba2c9b51902 (diff) | |
download | debvm-e0b948d626e744c9b8a53cacbd09167b61e5da47.tar.gz |
Merge support_boot into main
Closes: !23
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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? ==== |