make chboot work for bootstrap volume
[automated-distro-installer] / pxe-server
index 9e74eeb757a030c9a367fabb3c8440597188d043..fb92d66c82b736692ce2d9849491c4798d83101e 100755 (executable)
@@ -156,7 +156,9 @@ if $set; then
             e fai-redep
         fi
     else
-        e myfai-chboot
+        # This will fail if faiserver is not setup, so ignore any
+        # failure and don't bother us about it.
+        myfai-chboot &>/dev/null ||:
     fi
 fi