busybox: prevent postinst script from failing
authorSergey Lapin <slapin@ossfans.org>
Thu, 22 Apr 2010 10:31:48 +0000 (14:31 +0400)
committerSergey Lapin <slapin@ossfans.org>
Thu, 22 Apr 2010 10:44:03 +0000 (14:44 +0400)
commitda6df4bb33699e9596cc9ad9d1b587c2557cc206
treed121ca09d2ea8f887f735627e1ce729dad54f996
parentf48823a3a541108b9709ff1a64e5a98a509a159c
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