From 66da3644fc98fcf00118ffeebf7e0e66eef73770 Mon Sep 17 00:00:00 2001 From: N1R4 Date: Wed, 29 Apr 2026 19:17:08 +0545 Subject: [PATCH] feat: add dosfstools for /boot recovery (#5448) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds dosfstools to default installs and migrates existing systems so fsck.fat and mkfs.fat are available for Omarchy’s FAT32 /boot partition. This also helps with recovery from dirty or corrupt FAT filesystems after unclean shutdowns or power loss. --- install/omarchy-base.packages | 1 + migrations/1777145626.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 migrations/1777145626.sh diff --git a/install/omarchy-base.packages b/install/omarchy-base.packages index c04547bf..20e6d817 100644 --- a/install/omarchy-base.packages +++ b/install/omarchy-base.packages @@ -24,6 +24,7 @@ cups-pdf docker docker-buildx docker-compose +dosfstools dotnet-runtime-9.0 dust evince diff --git a/migrations/1777145626.sh b/migrations/1777145626.sh new file mode 100644 index 00000000..b6518b5d --- /dev/null +++ b/migrations/1777145626.sh @@ -0,0 +1,3 @@ +echo "Install dosfstools for FAT filesystem utilities like fsck.fat and mkfs.fat" + +omarchy-pkg-add dosfstools