FAI for Ubuntu/lucid
Waldemar Brodkorb
fai at waldemar-brodkorb.de
Thu Jan 14 19:06:16 CET 2010
Hi,
the good news first, it works fine with FAI 3.3.2 on Ubuntu/Karmic
fai server. The bad news there is a bug I introduced a while back.
The upstart script in FAI does not work for every installation.
There is a timing issue which coan be fixed with attached patch.
Thanks in advance
Waldemar
-------------- next part --------------
Index: conf/upstart-fai.conf
===================================================================
--- conf/upstart-fai.conf (revision 5695)
+++ conf/upstart-fai.conf (working copy)
@@ -2,9 +2,7 @@
description "start fully automatic installation"
-start on (startup
- and filesystem
- and started udev)
+start on local-filesystems
console output
More information about the linux-fai-devel
mailing list