mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
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:
@@ -24,6 +24,7 @@ cups-pdf
|
|||||||
docker
|
docker
|
||||||
docker-buildx
|
docker-buildx
|
||||||
docker-compose
|
docker-compose
|
||||||
|
dosfstools
|
||||||
dotnet-runtime-9.0
|
dotnet-runtime-9.0
|
||||||
dust
|
dust
|
||||||
evince
|
evince
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Install dosfstools for FAT filesystem utilities like fsck.fat and mkfs.fat"
|
||||||
|
|
||||||
|
omarchy-pkg-add dosfstools
|
||||||
Reference in New Issue
Block a user