summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-03-07 08:46:32 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-03-07 08:46:32 +0000
commit4ca5844006022cc6697ce9f98cfa25ef53fb5390 (patch)
tree3341b17c244c7f3348243fd873f2e0d577548c0f /TODO
parent39add031ce7147fabb1ddafe88d44f7702674fb7 (diff)
downloadptxdist-4ca5844006022cc6697ce9f98cfa25ef53fb5390.tar.gz
ptxdist-4ca5844006022cc6697ce9f98cfa25ef53fb5390.tar.xz
TODO: new issues added about broken or useless features
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7029 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
index f2b1722cd..44197bc99 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,25 @@
TODO for 0.10.7
===============
+[ ] jbe: Current implementation of "screen" is useless due to lack of generic configuration
+
+[ ] jbe: Generic projects must be audited carefully prior any release. For the
+ 0.10.6 release, ARM and PowerPC projects where updated, but the x86
+ project was/is still on 0.10.5!
+
+[ ] jbe: working with hd.img is very delicate. The incomplete partition table
+ confuses the linux kernel, so any rewrite of the image after done
+ one time fails with "no space left on device". Also fdisk fails
+ when trying to repair this partition table. Only Windows can
+ rewrite the partition table in this case. After this, also Linux
+ is able to write to the hard disk again!
+ But the BIOS and Kernel on target side are successfull. Problem
+ happend on SUSE-10.1 on host side and an USB to IDE adapter
+ to initial write the hd.img to the harddisk.
+
+[ ] jbe: rules file for zlib is broken since ptxdist-0.10.6!
+ What the hell means libz.so.0.0.0???? In ptxdist-0.10.5 it was libz.so.1.2.3!
+
[ ] jbe: most of the time thttpd does not respond to the USR1 signal.
- the start/stop script fails to stop this service
@@ -19,6 +38,8 @@ TODO for 0.10.7
[ ] jbe: fakeroot seems to have problems to run in a 64 bit environment. Not
at the image creation stage, only at the "install" stage
+ Update:
+ - fakeroot fails on all glibc 2.5 based systems
[ ] jbe: alsa-lib creates funny pathes at the install stage