summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2007-09-11 21:45:49 +0000
committerLuotao Fu <l.fu@pengutronix.de>2007-09-11 21:45:49 +0000
commit6c9632377d2296e15ecbd0133b2187d2dac766d5 (patch)
tree1ccb6767905d4912b0c7a22d7503356fff2ba8b2 /TODO
parentaf3cda9dc95cf547e17cd19e4d639009994d887d (diff)
downloadptxdist-6c9632377d2296e15ecbd0133b2187d2dac766d5.tar.gz
ptxdist-6c9632377d2296e15ecbd0133b2187d2dac766d5.tar.xz
updated todo
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7279 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 71c72967d..684c67518 100644
--- a/TODO
+++ b/TODO
@@ -649,6 +649,16 @@ Old TODOs
[ ] SHA: scripts/make_image_root.sh puts all ipkg packages from imagedir into the
resulting images, even those which are lying there from old builds
+[ ] LFU: We want add automounting during boot for extra storage devices.
+ Currently we call mount -a before we have loaded extra modules, which
+ means that storage devices on i.E. usb will not be to be mounted
+ automaticaly during boot, if the modules are not compiled in. We can
+ do this with a script, which is called after /etc/init.d/modules.
+ Additionally We might want to add mechanismen to determine extra mount
+ device and mount points and generate the entry in customized /etc/fstab
+[ ] LFU: fix libgd
+[ ] LFU: add timezone support to ptxdist (depends on Toolchain newer than 1.1.0
+ Release)
DONE
----