summaryrefslogtreecommitdiff
path: root/meta/gpe-image.oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r--meta/gpe-image.oe4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe
index 04d830c775..0b1c927d17 100644
--- a/meta/gpe-image.oe
+++ b/meta/gpe-image.oe
@@ -8,10 +8,6 @@ export IPKG_INSTALL = 'task-bootstrap xserver-kdrive-fbdev \
gpe ttf-bitstream-vera pango-module-basic-x pango-module-basic-fc \
glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png'
-zap_root_password () {
- sed 's%^root:[^:]*:%root:*:%' < ${IMAGE_ROOTFS}/etc/passwd >${IMAGE_ROOTFS}/etc/passwd.new
- mv ${IMAGE_ROOTFS}/etc/passwd.new ${IMAGE_ROOTFS}/etc/passwd
-}
IMAGE_POSTPROCESS_COMMAND = "zap_root_password"