summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-04-18 20:17:19 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2010-04-18 20:17:19 +0200
commitf63d132e7171fd8c0649a840da03530d9192300c (patch)
tree1c82d36d540f511f2479dc922620635e0f20b82f
parentabc3b4edd410fc815f4280f5bfbb36b6a1019a71 (diff)
remove some todos2010.04.18
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index d08fd83..c176599 100644
--- a/TODO
+++ b/TODO
@@ -5,19 +5,13 @@ fix (hd0,0) niet showing up automatic procedure
moeten we automatic procedure grub stuff aanpassen?
CURRENT ISSUES:
-* ask someone: why is there no /dev/mapper/<VG NAME> ?
-* lvm on top of dm_crypt -> cryptdevice=/dev/sda2:<name of decrypted blockdevice which hosts the lvm>,
- it's not needed to name this the volume group
* do we use a squashfs on usb images? is this needed? how to make changes persistent?
* time choosing: put 'ok' at bottom again but make it default
-* at some point we will/should support pxe based or same-system based arch installations. document that.
* implement depend_profile
* add /var/lib/aif/profiles directory to packages and document it.
* check the existence of /src/core/pkg and based on that set a different default value. in interactive_select_source
* > It displays the current time in UTC (if utc selected) not the users localtime (UTC +- TIMEZONE)
* interactive_autoprepare: merge _getavaildisks( and finddisks calls
-* no uuid in fstab unlike previous thing
-* consider syslog as logging backend
* more vars for automatic profile: hostname (check that adding to /etc/hosts can be done procedure-independently),
LOCALE, HARDWARECLOCK, TIMEZONE, KEYMAP, MODULES, DAEMONS, network config? (or take the config from runtime)
* what to do with /etc/groups, passwd, modprobe.conf, mkinitcpio.conf, rc.local etc with automatic procedure? configure through automatic profile or let user check out files from svn or so?
@@ -49,7 +43,6 @@ LOCALE, HARDWARECLOCK, TIMEZONE, KEYMAP, MODULES, DAEMONS, network config? (or t
* the old installer asked a lot of questions before actually configuring the system, eg like 'do you need support for booting from nfs/softraid/lvm2/encrypted, custom dst file?' etc.\
do we still need this? why (not)?, and a select tag thingie would be nicer imho
* refactor all pacman stuff (modularize/functionize etc)
-* aif : na "mijn" partitielayout: bij grub ( nog voor text editor op menu.lst) zegt iets ( op foreground van ncurses) Can't remove.. ik denk zelfs 'Grub: Can't remove..' en daarna een gewone entry, geen uuid's gewoon /dev/sda3 ro
* port from /arch/setup: grub install chroot thing (http://projects.archlinux.org/?p=installer.git;a=commitdiff;h=4565577dbd2182dd49612f1e0b68288f5573bf7b) (waiting for ticket http://bugs.archlinux.org/task/13277)
* ext4 default options? -O dir_index,extent,uninit_bg ?
* find a way to not have to preload libs and stuff, only load them when needed. -> faster start of install program
@@ -77,7 +70,6 @@ configuring the system (mkinitcpio.conf). can we optimize this?
WORRIES FOR MAYBE NO GOOD REASON
-* dont load libs twice if not needed
* base procedure is mostly to serve other procedures. If we need to do much
work to implement something in the base procedure that we will probably
never use in other procedures, we're doing something wrong. If that ever