wok view genext2fs/description.txt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents
children
line source
1 Genext2fs generates an ext2 filesystem as a normal (non-root) user.
2 It does not require you to mount the image file to copy files on it,
3 nor does it require that you become the superuser to make device nodes.
5 The filesystem image is created in the file output-image.
6 If not specified, it is sent to stdout.
7 The -d and -a options support reading from stdin if a single hyphen
8 is given as an argument. Thus, genext2fs can be used as part of a
9 pipeline without any temporary files.