File history
Tracking elks/tools/mfs/protos.h
| Commit | Author | Date | Message |
|---|---|---|---|
446ddcf93c54925beb626d797c68a42ae96d6e5 | Florian Zimmermann | 2025-01-19 | revert changes to mfs |
4f0283579ea33140d47c657d825b0780f579eb2 | Florian Zimmermann | 2025-01-18 | remove opt_nocopyzero setting globally, since unused |
18eb525d4cfd188c511ea254cfabad5f2f9b7f2 | Greg Haerr | 2024-10-14 | [build] Add various options to optimize boot startup times |
46501fb641e5f3e0b0ccff0d09bb76af3616546 | Greg Haerr | 2023-04-02 | [build] Keep directory permissions when building images |
f43d8e8c63313e8593aea1050fa0090f6afc08c | Greg Haerr | 2022-08-23 | Fix operation with block numbers > 32767 Fix creating files with double indirect blocks Fix bad image created with files > 775K |
37e53c8c893f241f3c47878a621ab28713b7309 | Greg Haerr | 2020-02-02 | [image] Add Package Management facility for creating multiple disk images add mfs addfs option to add files from passed filelist fix mfs -k option add Packages file for application selection tagging creates fd320, fd360, fd720 and fd1440 minix disk im |
355a9e026bb6f96783747ab78ea5be430558b75 | Greg Haerr | 2019-05-01 | Remove all sudo requirements for ELKS image build Rewrite elks/image/Makefile to use mfs for all MINIX filesystem manipulations Add mfs genfs -k option to not copy zero-length files starting with . |
377ee00f2bfc6d35c97f7f71600994256666859 | Greg Haerr | 2019-04-30 | Enhance mfs to create and copy a filesystem from a template in a single command New genfs option supports mkdir, copy, mknod and symlinks from template Set mfs default mkfs/genfs options to "-1 -n14 -i360 -s1440" for ease of use Use "mfs <image> genfs <te |
e90ee2221d1303964859843847da4d9e7a8369d | Greg Haerr | 2019-04-29 | Proof of concept to replace sudo mount/umount ELKS disk image with portable userland tools Added elks/elks/tools/mfs - Minix filesystem manipulation tool Added elks/elks/tools/mfsck - Minix filesystem consistency checker Added elks/elks/tools/bin to PATH |