summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-20 11:47:31 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-20 11:47:31 +0100
commit95f3f3afda165a64e1b4c96e9c1ee1fb86350df0 (patch)
tree515b2fb499169479a39716c06d0cebf8cbdf4a40 /TODO
parentce3afefeb9728619a06989a67e7ffd5ed299ecf8 (diff)
todo updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 530e07f..b019c30 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,13 @@ ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and re
* move "/tmp/pacman.conf" to runtime directory and variablize everywhere
* hmm wasn't there a hwdetect/hwd or something in /arch/setup? this seems to have disappeared.
* shouldn't we put /etc/hostname in 'configure system' ?
+* a nice way to be able to "inject" functions without:
+ * needing to redefine phases with only 1 entry different
+ * override worker functions which are 90% copy-pasted because the parent functionality is mostly okay, but not exactly what we want
+ useful for: profiles for the automatic procedures, or all other procedures
+ -> optional pre/post callbacks (for workers and phases)?
+ -> disadvantages?
+
BETA PHASE: try to get aif on the (beta) installcd as an experimental, alternative installer.
* find a way to not have to preload libs and stuff, only load them when needed. -> faster start of install program