summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-03-12 21:00:03 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2009-03-12 21:00:03 +0100
commita6cc5cce7cf5d8a18f605c2764f57b512b5c8683 (patch)
treeeece919c182e7319cbc45b6ee2953d87090ba416 /TODO
parent7de8cf4fe3d38f508c721fdd7c50963f40699892 (diff)
stupid typo/doc/todo fixes
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6a67520..7094de7 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
See also the FIXME's and TODO's in the code.
-
CURRENT ISSUES:
+* use traps and initiate rollback when user wants to abort. see also http://www.davidpashley.com/articles/writing-robust-shell-scripts.html
* differentiate between framework and installer in src/aif.sh, some things should be in base
* check everywhere that if users cancels something, we return 1, empty string behavior etc
* dm_crypt unlock at boot is in qwerty.
@@ -11,6 +11,7 @@ CURRENT ISSUES:
* automatically configure grub for dm_crypt and lvm
* fs_params in partition editor: do we really need to show them? isn't this where we store our "own" stuff?
* move "/tmp/pacman.conf" to runtime directory and variablize everywhere
+* not all packages are shown when automatic procedure invoked pacman to install packages
* a nice way to be able to "inject" functions/logic without:
* needing to redefine phases with only 1 entry different (duplicate code is not nice, less maintainable etc)
* override worker functions which are 90% copy-pasted because the parent functionality is mostly okay, but not exactly what we want