From b5067af0bfa30f894bc4fed805aaee5f5c529b2b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 27 Sep 2005 21:35:38 +0000 Subject: 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). --- conf/machine/nokia770.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3