diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2013-03-05 16:04:13 -0800 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2013-03-05 16:04:13 -0800 |
commit | 1a780338e1def1df55b6cbe542a1313a40fb4c3b (patch) | |
tree | e5d686c2c0163ddf16c12c93e57cb53763a6df73 /doc/TODO.dosfstools-2.x | |
download | dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.tar.gz dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.tar.bz2 dosfstools-1a780338e1def1df55b6cbe542a1313a40fb4c3b.zip |
Imported Upstream version 3.0.16upstream/3.0.16
Diffstat (limited to 'doc/TODO.dosfstools-2.x')
-rw-r--r-- | doc/TODO.dosfstools-2.x | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/TODO.dosfstools-2.x b/doc/TODO.dosfstools-2.x new file mode 100644 index 0000000..dbc2de0 --- /dev/null +++ b/doc/TODO.dosfstools-2.x @@ -0,0 +1,14 @@ + -*- mode: indented-text -*- + + - dosfsck: Better checking of file times: ctime <= mtime <= atime + + - mkdosfs: If /etc/bootsect.dos (or similar) exists, use it as a + template for generating boot sectors. This way, you can, e.g., make + bootable DOS disks. + + Addendum: Don't know if that's so wise... There are really many + variants of DOS/Windows bootcode out in the wild, and the code is + proprietary, too. + + - dosfsck: read-only sector test (-t without -a or -r); just print + out errors. |