wok annotate genext2fs/description.txt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24591 | 1 Genext2fs generates an ext2 filesystem as a normal (non-root) user. |
Hans-G?nter@24591 | 2 It does not require you to mount the image file to copy files on it, |
Hans-G?nter@24591 | 3 nor does it require that you become the superuser to make device nodes. |
Hans-G?nter@24591 | 4 |
Hans-G?nter@24591 | 5 The filesystem image is created in the file output-image. |
Hans-G?nter@24591 | 6 If not specified, it is sent to stdout. |
Hans-G?nter@24591 | 7 The -d and -a options support reading from stdin if a single hyphen |
Hans-G?nter@24591 | 8 is given as an argument. Thus, genext2fs can be used as part of a |
Hans-G?nter@24591 | 9 pipeline without any temporary files. |