wok diff genext2fs/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/genext2fs/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -0,0 +1,9 @@
     1.4 +Genext2fs generates an ext2 filesystem as a normal (non-root) user.
     1.5 +It does not require you to mount the image file to copy files on it,
     1.6 +nor does it require that you become the superuser to make device nodes.
     1.7 +
     1.8 +The filesystem image is created in the file output-image.
     1.9 +If not specified, it is sent to stdout.
    1.10 +The -d and -a options support reading from stdin if a single hyphen
    1.11 +is given as an argument. Thus, genext2fs can be used as part of a
    1.12 +pipeline without any temporary files.