On 06/12/2009 11:41 AM, David Dillow wrote:

+die() {
+    printf "FATAL: $1\n"
+    printf "Refusing to continue\n"
+    exit 1
+}
+

Furthermore, is printf available in the image currently?

It seems other parts of the code already use printf in the image, but the printf binary isn't copied in.

Warren
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to