summaryrefslogtreecommitdiff
path: root/package/aboot/src/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'package/aboot/src/TODO')
-rw-r--r--package/aboot/src/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/aboot/src/TODO b/package/aboot/src/TODO
new file mode 100644
index 000000000..74a99d261
--- /dev/null
+++ b/package/aboot/src/TODO
@@ -0,0 +1,11 @@
+- more documentation (aboot man page, improve e2writeboot & swriteboot
+ man pages)
+
+- I suspect that EOF detection does not work on UFS filesystems -
+ i.e., reading the configuration file may cause a hang on such a
+ filesystem when the desired config line is not found. I have not fixed
+ this since I could not check the changes - look at the top of
+ iext2_breadi to see how I fixed nblks there MS
+
+- Netbooting support and UFS may be broken. Either they'll get fixed
+ or they will be dropped, as neither is particularly useful.