summaryrefslogtreecommitdiff
path: root/package/aboot/src/TODO
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:25 +0100
commit3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (patch)
tree77f1445aae2e6be5135594e95986b3278bbc061c /package/aboot/src/TODO
parentcc28479164b8dc8afd4310716da32f16022f5974 (diff)
dec-multia: make netboot possible, add aboot bootloader
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.