diff options
-rw-r--r-- | meta/gpe-image.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe index 698e37837c..7d9c2180a2 100644 --- a/meta/gpe-image.oe +++ b/meta/gpe-image.oe @@ -17,6 +17,6 @@ export IPKG_INSTALL = "task-bootstrap ${GPE_BASE_DEPENDS} ${GPE_BASE} \ ${GPE_BASE_RDEPENDS} \ ${GPE_EXTRA_INSTALL}" -IMAGE_POSTPROCESS_COMMAND += "zap_root_password; " +ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " inherit image_ipk |