feat: add dosfstools for /boot recovery (#5448)

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.
This commit is contained in:
N1R4
2026-04-29 15:32:08 +02:00
committed by GitHub
parent ac40c0dbad
commit 66da3644fc
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ cups-pdf
docker
docker-buildx
docker-compose
dosfstools
dotnet-runtime-9.0
dust
evince
+3
View File
@@ -0,0 +1,3 @@
echo "Install dosfstools for FAT filesystem utilities like fsck.fat and mkfs.fat"
omarchy-pkg-add dosfstools