wok diff genext2fs/description.txt @ rev 25540
Update some web_site/wget_url with https
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 09 18:12:54 2023 +0000 (20 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/genext2fs/description.txt Thu Mar 09 18:12:54 2023 +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.