From f68ee6f1864807d6036ad9606bc2ddad563acbd9 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 12 Dec 2008 14:46:54 +0100 Subject: todo updates and stuff --- TODO | 5 ++--- src/core/libs/lib-ui-interactive.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index c66a841..b4c9025 100644 --- a/TODO +++ b/TODO @@ -11,11 +11,11 @@ General: Specifically: * core/interactive: fix workaround needed for installpkg exitcode * core/interactive: keymap and timezone settings from installer dan't not go in $target/etc/rc.conf -* lib-ui: don't echo the results, just use the $ANSWER_ variables * core/base: implement as specified in README * core/quickinst: figure out what needs to be done and do it. * find a way to make _cli_ask_checklist still userfriendly for long lists.. maybe we should just propose/ask to use dia if the list is too long * lib things sometimes call die_error but we go back to the menu.. or something.. i think +* fix broken lvm support + test fancy dm_crypt/lvm etc setups BETA PHASE: try to get aif on the (beta) installcd as an experimental, alternative installer. * involve broader community @@ -29,10 +29,9 @@ skip that check or something. Alternatively, maybe just show which steps are do PRODUCTION PHASE: be the primary installer. deprecate /arch/setup and /arch/quickinst * fix everything even more * bribe devs -* core/interactive: when auto-setting up hard disk. show with a bit more detail what is happening (not 'partitioning ' but partitioning, and each FS) * core/interactive: do pacman -Sy in the background during early phases, to lessen the wait period before selecting packages * write bash completion thing for aif modules/procedures - +* add dmraid/mdadm support -> patches welcome. i don't care about this. SOMEDAY/MAYBE/RANDOM THOUGHTS: * the quickinst assumes the user did some stuff by himself and does some diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 0944ae3..1b1da44 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -383,7 +383,7 @@ interactive_filesystem () interactive_filesystems() { - notify "Available Disks:\n\n$(_getavaildisks)\n" + #notify "Available Disks:\n\n$(_getavaildisks)\n" quite useless here I think findpartitions 0 'no_fs' ' raw no_label' > $TMP_BLOCKDEVICES -- cgit v1.2.3-54-g00ecf