summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--move/todo3
1 files changed, 2 insertions, 1 deletions
diff --git a/move/todo b/move/todo
index 836771c54..f6f419ec8 100644
--- a/move/todo
+++ b/move/todo
@@ -45,4 +45,5 @@ have not the necessary packages and we don't want to provide)
is a link but vfat doesn't handle links :(
/etc/X11/XF86Config-4
- changing screen resolution doesn't get saved because file is re-created in /etc/X11, loosing link to usb-key \ No newline at end of file
+ changing screen resolution doesn't get saved because file is re-created in /etc/X11, loosing link to usb-key
+ -> that whole story of links just sucks, why not using a daemon or something, with the list of files to save? would probably solve most of problems.. instead of needing to modify all the programs! which is a real bad solution indeed