From d070d8d6ce3516f6f1bdbf2e18253528c20fd341 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 3 Feb 2023 09:14:21 +0100 Subject: debvm-create: update documentation for --skip=ext4 --- bin/debvm-create | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/debvm-create') diff --git a/bin/debvm-create b/bin/debvm-create index 4651e00..41a6139 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -15,7 +15,7 @@ B [B<-a> I] [B<-h> I] [B<-k> F] [B =head1 DESCRIPTION -B is essentially a thin wrapper around B for creating a raw ext4 or tar filesystem image for booting with B. +B is essentially a thin wrapper around B for creating a raw ext4 filesystem image for booting with B. The purpose of these images primarily is testing the different releases and architectures without access to a physical machine of that architecture. Beyond essential packages, the image will contain B, an init system and a suitable kernel package. Notably absent is a bootloader and a partition table. @@ -69,6 +69,12 @@ Skips adding a the customize-autologin.sh to B that configures automatic root login on a serial console and also parses the C kernel cmdline and passes it as C to B. +=item B + +Internally, B creates a tar archive first and converts that to ext2, which is then upgraded to ext4. +This option causes the conversion to ext2 and further steps to be skipped and the output image will be a tar archive instead. +Such a tar archive is not suitable for being booted by B. + =item B skips installing a linux kernel image. -- cgit v1.2.3