[Fai-commit] r4714 - trunk/lib
lange at alioth.debian.org
lange at alioth.debian.org
Sun Nov 11 11:31:21 UTC 2007
Author: lange
Date: 2007-11-11 11:31:20 +0000 (Sun, 11 Nov 2007)
New Revision: 4714
Modified:
trunk/lib/subroutines
Log:
add task test
Modified: trunk/lib/subroutines
===================================================================
--- trunk/lib/subroutines 2007-11-11 11:21:59 UTC (rev 4713)
+++ trunk/lib/subroutines 2007-11-11 11:31:20 UTC (rev 4714)
@@ -402,6 +402,11 @@
fai-do-scripts $FAI/scripts
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+task_test() {
+
+ echo "Will be implemented soon"
+}
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
task_savelog() {
mkdir -p $FAI_ROOT/var/lib/fai
@@ -474,6 +479,7 @@
rm -f $stamp
# save again, because new messages could be created
save_dmesg
+ task test
task savelog
if [ -f $stamp ]; then
More information about the Fai-commit
mailing list