diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-10 14:55:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-10 14:55:15 +0000 |
commit | 5f230ae1b32d4f8fa7e962b8d0faed9c94afd8a2 (patch) | |
tree | 6c7cbfcc7b2c599e23becb5294740208eb2975b5 /meta/gpe-image.oe | |
parent | 166b04b66872ed310eb33a6e53a03935508c4142 (diff) |
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.oe | 4 |
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" |