From 6e398f600b47e5cf899b20ff15b6a3526f8b35ce Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 20 May 2008 15:13:48 -0400 Subject: [PATCH] Update TODO Add: - Don't start boot-splash automatically, rather wait until given command from client - Allow plymouth to be started from nash instead of the other way around Remove: - add the ability to watch for timeouts in the event loop --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index fc53ebba..d0d71641 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,3 @@ - fix the tests so that they work better with "make check" -- add the ability to watch for timeouts in the event loop +- Don't start boot-splash automatically, rather wait until given command from client +- Allow plymouth to be started from nash instead of the other way around