fs/common.mk: move BR2_ROOTFS_POST_FAKEROOT_SCRIPT after pre cmd hooks
authorCharles Hardin <ckhardin@gmail.com>
Fri, 11 Sep 2020 00:30:02 +0000 (17:30 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 27 Sep 2020 07:15:03 +0000 (09:15 +0200)
commit4bc4dbd630b50ce077f60d4ebbcb33e6b55fe15a
tree766e0f885bf43bd0eb514d98b1bf7ccd78e9e88e
parent44b2b68ebeb9c00c754b8022620b26143abd0348
fs/common.mk: move BR2_ROOTFS_POST_FAKEROOT_SCRIPT after pre cmd hooks

The fakeroot script does not appear to be used in any of the checked
in defconfig targets, but it seems that most often the post
fakeroot script should be done after all the packages rules have
been applied instead of before.

Given that a change in systemd moved the SYSTEMD_PRESET_ALL hook to
a ROOTFS_PRE_CMD_HOOKS, there was no way to use a FAKEROOT script
to disable a service or fixup a systemd configuration. The systemd
move makes sense, and this just tries to preserve the same ability
to fixup a rootfs after all the cmd hooks are processed.

Refer to commit 65b63785a642bbc565924edf365b5d7c080f961c for
the change that instigated this reordering.

Signed-off-by: Charles Hardin <ckhardin@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
fs/common.mk