summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-12 23:12:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-12 23:12:40 +0100
commitfa0e7fdc0aebbf36924dc2d13965a5886947c427 (patch)
treea41b11dec8104e42fbe92a4697485db3b1796dbf
parent570beb338a1462854522c3d0dd6070986fbd35a0 (diff)
typo fix and todo updates (important one!)
-rw-r--r--TODO5
-rw-r--r--src/core/libs/lib-misc.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 845a73b..1ca885b 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,9 @@
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:
@@ -26,6 +30,7 @@ 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.
+* check_dependency does not take the pretty title?
* dieter/automatic: wait for yaourt --config fix
* dieter/automatic: put config files from svn in place first, so that if a package has an update, it can do it's thing.
* on boot after fresh install sometimes filesystem creation date is newer then current date -> fsck. sometimes even forced reboot. (i've had this witch /arch/setup too)
diff --git a/src/core/libs/lib-misc.sh b/src/core/libs/lib-misc.sh
index ce738b8..c22a22b 100644
--- a/src/core/libs/lib-misc.sh
+++ b/src/core/libs/lib-misc.sh
@@ -26,7 +26,7 @@ run_background ()
}
-# wait untill a process is done
+# wait until a process is done
# $1 identifier
wait_for ()
{