summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-11 20:49:12 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-11 20:49:12 +0100
commitd2270c1cb1f117c23a6c669469145f2352e30d0d (patch)
treead754ac6515dc35e69eaa0ba19410688f956267c /TODO
parent21f4084ace35f45c20154f657c3ce79c962abe91 (diff)
fix for ask_yesno height (maybe) + todo updates + debugging added to several ui functions + bootloader worker refactoring
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 584f6fe..c39a84d 100644
--- a/TODO
+++ b/TODO
@@ -18,13 +18,16 @@ General:
* by now we should be able to shift dia/cli in all procedures and everything
should keep working fine
* sometimes you can't see the whole question in ask_yesno (eg after manually partitioning/setting mountpoints)
- -> maybe just increase the panel for all dia ask_yesno's
+ -> maybe just increase the panel for all dia ask_yesno's -> fixed now i
+ think with automatic height calculation
Specifically:
* core/interactive bug: boot space 15 -> too large should be too small
* core/interactive bug: swap space 0 -> invalid?
* core/interactive: keymap setting from installer does not go in $target/etc/rc.conf
* core/interactive: try out different installation methods
+* core/interactive: manual filesystem mountpoints sometimes ok, sometimes filesystem creation is "very fast" and the filesystems are
+not mounted under /mnt
* core/base: implement as specified in README
* core/quickinst: figure out what needs to be done and do it.
* dieter/automatic: wait for yaourt --config fix
@@ -44,6 +47,9 @@ PRODUCTION PHASE: be the primary installer. deprecate /arch/setup and /arch/qui
* core/interactive: more control over filesystems (lvm, dm_crypt, choose each FS and each size yourself)
when doing lvm install. copy /etc/lvm/backup to /etc on target (or maybe
it can be regenerated with a command, i should look that up)
+* core/interactive: do pacman -Sy in the background during early phases, to
+ lessen the wait period before selecting packages
+* write bash completion thing for fifa modules/procedures
SOMEDAY/MAYBE/RANDOM THOUGHTS: