diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-06-17 13:39:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-17 08:58:54 +0100 |
commit | 6a6bd2e96b2622c0517cd33e355e68c64b4b1fa7 (patch) | |
tree | 41631c979b693e87c829bcefcf3614764a993df1 /documentation | |
parent | 3103f04a3028bb5ca02b943e21ef2dbe2cf79e14 (diff) | |
download | poky-6a6bd2e96b2622c0517cd33e355e68c64b4b1fa7.tar.gz |
rootfs.py: change the logic in _uninstall_unneeded
Previously, if we have 'package-management' and 'read-only-rootfs'
both in IMAGE_FEATRUES, we would meet the following error at system
start-up.
rm: can't remove '/etc/rcS.d/S99run-postinsts': Read-only file system
However, what's really expected is that when there's no postinstall
script at system start-up, the /etc/rcS.d/S99run-postinsts should not
even be there.
Whether or not to remove the init script symlinks to run-postinsts should
not depend on whether we have 'package-management' in IMAGE_FEATURES; rather,
it should only depend on whether we have any postinstall script left to run
at system start-up.
This patch changes the _uninstall_unneeded function based on the logic
stated above.
[YOCTO #6257]
(From OE-Core rev: d51b1ced88958d31a1596e37db871257fe013446)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions