diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2005-09-27 21:35:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-27 21:35:38 +0000 |
commit | b5067af0bfa30f894bc4fed805aaee5f5c529b2b (patch) | |
tree | bdbfe0d6a9a190282e5385fc94b07ca891c08b57 /conf | |
parent | 953a2e110313237a8dc255641eb4f9667ccbf83f (diff) |
rootfs_ipk: Add a remove_init_link function to the rootfs_ipk oeclass. This is needed for the nokia770 which won't boot with /sbin/init as a symbolic link (and I'm told other machines have this problem).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/nokia770.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/nokia770.conf b/conf/machine/nokia770.conf index 8b657281c7..9f49f24563 100644 --- a/conf/machine/nokia770.conf +++ b/conf/machine/nokia770.conf @@ -54,5 +54,7 @@ pcmcia-cs apm ppp wireless-tools console-tools" #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage kernel-module-g-serial \ # kernel-module-g-ether" +ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " + include conf/machine/handheld-common.conf |