diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-13 23:18:29 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-13 23:18:29 +0100 |
commit | 8f6ed425bdaff98280b8e45c719ba2ed106c40c3 (patch) | |
tree | d60ff8795a53b8b1e434e9d4679e52e981ef85fa | |
parent | 85ca1e9d880836523e86eb4776d381012707ebed (diff) |
todo updatesalpha-0.5
-rw-r--r-- | TODO | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,9 +1,5 @@ See also the FIXME's and TODO's in the code. -On 12-11-2008 I did several big changes, and broke (at least) this: -- package installation is a bit off -- Can't go to configure system/complete install since install_packages did not finish cleanly. - ALPHA PHASE: get some people to test and suggest ideas, while fixing bugs and refactoring General: @@ -22,7 +18,8 @@ should keep working fine needed. -> faster start of install program Specifically: -* gui transparancy: interactive autoprepare, package selection +* core/interactive gui transparancy: interactive autoprepare, package selection +* core/interactive: fix workaround needed for installpkg exitcode * 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 @@ -42,9 +39,6 @@ BETA PHASE: try to get fifa on the (beta) installcd as an experimental, alternat * if dhcpd already runs for $reason, the installer will try again @ configure network and fail. i tried killall dhcpd, killall -9 dhcpd first but that didn't help: it can't kill the process or something... -* core/interactive should mount all target fs's into /mnt (eg /mnt/home is -not mounted). Maybe not needed, but can be useful for other people who want -to inject some stuff into the installer * core/interactive: do not check hard for the dependencies. a user could really know what he's doing or need to reboot after partitioning a disk and skip that check or something. Alternatively, maybe just show which steps are done successfully in the main menu |