fix: ensure fsck.ext4 is has only one profile.

fsck.ext4 was in the profile attachment for both fsck-ext4 and e2fsck, breaking transition to the profile.

Also reorganise some entrypoint to avoid this kind of confusion.
This commit is contained in:
Alexandre Pujol 2024-02-23 20:12:32 +00:00
parent a9e767462d
commit 4b23bccb47
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 7 additions and 27 deletions

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/{mke2fs,mkfs.ext2,mkfs.ext3,mkfs.ext4}
@{exec_path} = @{bin}/mke2fs @{bin}/mkfs.ext2 @{bin}/mkfs.ext3 @{bin}/mkfs.ext4
profile mke2fs @{exec_path} {
include <abstractions/base>
include <abstractions/disks-write>