From: Khem Raj Date: Wed, 2 Jun 2010 17:44:55 +0000 (-0700) Subject: qemu.inc: zap_root_password for qemu images. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a7a0152d5d9a38ab202e11eb2eaab163dc35fa;p=openembedded.git qemu.inc: zap_root_password for qemu images. Signed-off-by: Khem Raj --- diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc index 852c12a0fd..93d2175157 100644 --- a/conf/machine/include/qemu.inc +++ b/conf/machine/include/qemu.inc @@ -13,3 +13,5 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "230000" RDEPENDS_kernel-base = "" EXTRA_IMAGEDEPENDS += "qemu-native" + +ROOTFS_POSTPROCESS_COMMAND =+ "zap_root_password"