[Buildroot] [PATCH v3 0/2] Fix fsck issues regarding merged /sbin and /usr/sbin

Carlos Santos casantos at datacom.ind.br
Sun Apr 2 17:28:32 UTC 2017


Since e2fsprogs depends on util-linux, it's build after it. It means
that if you want the fsck wrapper from util-linux (which is better
maintained and you are sure that it's compatible with systemd) and you
want e2fsck, it won't work. Because of the merge of /usr/bin and /bin,
we end up deleting the fsck from util-linux.

In order to solve the problem we need to make two changes:

- Fix e2fsprogs to prevent removing/overriding the fsck from util-linux.
- Make systemd select util-linux/fsck and e2fsprogs/e2fsck to prevent
  ending up with the fsck from busybox, which is not compatible with
  systemd.

Carlos Santos (2):
  e2fsprogs: keep util-linux's fsck if chosen
  systemd: select util-linux/fsck and e2fsprogs/e2fsck

 package/e2fsprogs/Config.in    |  4 ++++
 package/e2fsprogs/e2fsprogs.mk | 17 ++++++++++++-----
 package/systemd/Config.in      |  3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

-- 
2.7.4



More information about the buildroot mailing list