]> git.ipfire.org Git - thirdparty/grub.git/commit
INSTALL: Use exfat-utils package instead of exfatprogs
authorGlenn Washburn <development@efficientek.com>
Sun, 14 May 2023 04:21:20 +0000 (23:21 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 17 May 2023 16:19:02 +0000 (18:19 +0200)
commit5cd59dbd0694deef347e2888d652dbfede70099f
treea6c3f1b94562c4402dc65367bab9821e92f12dc2
parent2e561c9ff58c7b042ae438c0629d582c5e8aebdb
INSTALL: Use exfat-utils package instead of exfatprogs

The exfat-utils package is an older package complementing exfat-fuse, and
was the only exfat tools for a long time. The exfat filesystem testing code
was written with these tools in mind. A newer project exfatprogs appears to
be of better quality and functionality and was written to complement the
somewhat new exfat kernel module. Ideally we should be using the newer
exfatprogs. However, the command line interface for mkfs.exfat is different
between the two. So we can't use the exfatprogs tools until the test scripts
have been updated to account for this. Recommend installing exfat-utils
instead of exfatprogs for now.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL