busybox: prevent postinst script from failing
authorSergey Lapin <slapin@ossfans.org>
Thu, 22 Apr 2010 10:31:48 +0000 (14:31 +0400)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 15 May 2010 16:40:04 +0000 (17:40 +0100)
commita686c17d77fb31711f4911f7e241e201bc40fa37
tree91727c68a236c91ca8d1825608c81803c5e4ada9
parent5b6f0b7364fe410f1cda6b583eb6e32d3524c71a
busybox: prevent postinst script from failing

recent addition in rootfs_ipk.bbclass which runs postinst scripts with
-e option, while very useful, prevents busybox from configuring at image
build time. It will be configured at first image boot if your file
system is writable, but in case of e.g. squashfs, that will be fatal
error. This commit prevents postinst to fail, so busybox will create
all needed links at image build time.
recipes/busybox/busybox.inc