From af4e77903b19fdc2d972da012067ffaea8e719ad Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Fri, 1 May 2020 23:44:12 +0200 Subject: [PATCH] add instructions how to convert from ext2 to ext3 and ext4 --- mmdebstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 73f45dd..e4d38f0 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -5319,7 +5319,9 @@ C utility, which will create an ext2 image that will be approximately 90% full in I. The special I C<-> does not work with this format because C can only write to a regular file. If you need your ext2 image be named C<->, then just explicitly pass the relative path -to it like F<./->. +to it like F<./->. To convert the result to an ext3 image, use C and to convert it to ext4, use C =back