forked from josch/mmdebstrap
add instructions how to convert from ext2 to ext3 and ext4
This commit is contained in:
parent
3b67de6d31
commit
af4e77903b
1 changed files with 3 additions and 1 deletions
|
@ -5319,7 +5319,9 @@ C<genext2fs> utility, which will create an ext2 image that will be
|
||||||
approximately 90% full in I<TARGET>. The special I<TARGET> C<-> does not work
|
approximately 90% full in I<TARGET>. The special I<TARGET> C<-> does not work
|
||||||
with this format because C<genext2fs> can only write to a regular file. If you
|
with this format because C<genext2fs> can only write to a regular file. If you
|
||||||
need your ext2 image be named C<->, then just explicitly pass the relative path
|
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<tune2fs -O
|
||||||
|
has_journal TARGET> and to convert it to ext4, use C<tune2fs -O
|
||||||
|
extents,uninit_bg,dir_index,has_journal TARGET>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue