aboutsummaryrefslogtreecommitdiffstats
path: root/meta/gpe-image.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-10 14:55:15 +0000
committerPhil Blundell <philb@gnu.org>2004-07-10 14:55:15 +0000
commit5f230ae1b32d4f8fa7e962b8d0faed9c94afd8a2 (patch)
tree6c7cbfcc7b2c599e23becb5294740208eb2975b5 /meta/gpe-image.oe
parent166b04b66872ed310eb33a6e53a03935508c4142 (diff)
downloadopenembedded-5f230ae1b32d4f8fa7e962b8d0faed9c94afd8a2.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/10 15:08:51+02:00 (none)!ich Merge bk://openembedded@openembedded.bkbits.net/packages into debian.(none):/home/ich/programming/oe/oe-packages-exported 2004/07/10 15:07:39+02:00 (none)!ich Move zapping of passwords from gpe-image.oe to image_ipk.oeclass so that all images can use this function. Currently gpe uses it and in the opie-image.oe it is still commented out BKrev: 40f00353lvCZEyW1qeOLzClEQDO2JQ
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"