diff options
author | Helmut Grohne <helmutg@debian.org> | 2022-12-22 11:13:38 +0000 |
---|---|---|
committer | Helmut Grohne <helmutg@debian.org> | 2022-12-22 11:13:38 +0000 |
commit | 0234a8ba67bb1025b5d6c24f3c313dd750b36f05 (patch) | |
tree | a0772a2ed58892abfb179fa77add74947483e95d /README.md | |
parent | fba873db285464c402dfff6689908edabd49fcbb (diff) | |
parent | d1c39543c259f76720a4d9c173d7d15f6fa753d7 (diff) | |
download | debvm-0234a8ba67bb1025b5d6c24f3c313dd750b36f05.tar.gz |
Merge branch 'josch' into 'main'
give the ext4 image a disk label
See merge request helmutg/debvm!5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -40,9 +40,10 @@ installed: What is this image format precisely? ==================================== -The image is a sparse ext4 file system image. It 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: +The image is a sparse ext4 file system image with a disk label "debvm". It +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. |