summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-21 16:19:55 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-21 16:19:55 +0100
commit0f67998aacc86d490d2d258dc6c0e7b5db20deac (patch)
tree1ef93fee3cc736f36a616587c3604330a84ded9c
parentc6a7c8631f75ab948fd6ca7e9a85cd6bb47bed27 (diff)
small, stupid readme/todo cleanup
-rw-r--r--README2
-rw-r--r--TODO3
2 files changed, 1 insertions, 4 deletions
diff --git a/README b/README
index 9d8b3d2..ca840a4 100644
--- a/README
+++ b/README
@@ -96,8 +96,6 @@ core/base: basic, little-interactivity installation with some common defa
core/interactive: interactive, reasonably flexible/featured installer (port of /arch/setup)
core/quickinst: mostly DIY. port of /arch/quickinst
-dieter/automatic: unofficial. not enabled by default
-
** Contributing **
Install a VM (I use virtualbox-ose, works fine), make a vm, boot the install
diff --git a/TODO b/TODO
index 4efc12b..9c19e78 100644
--- a/TODO
+++ b/TODO
@@ -9,13 +9,12 @@ General:
Specifically:
* 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: manual filesystem mountpoints sometimes ok, sometimes filesystem creation is "very fast" and the filesystems are not mounted under /mnt
* core/interactive or lib-ui: don't echo the name/id of selection options in dia mode
* core/base: implement as specified in README
* core/quickinst: figure out what needs to be done and do it.
-* time totally incorrect during install -> filesystem creation date is newer then current date -> on reboot in new system fsck. sometimes even forced reboot. (i've had this witch /arch/setup too). a tool to configure the date? run ntp? (not always network available!) -> ASKDEV
+* time totally incorrect during install -> filesystem creation date is newer then current date -> on reboot in new system fsck. sometimes even forced reboot. (i've had this with /arch/setup too). a tool to configure the date? run ntp? (not always network available!) -> ASKDEV
* /home doesn't get made separately in automatic installer. it's not formatted in sfdisk or _mkfs'd. is this only in virtualbox or elsewhere too?