mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
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.
4 lines
110 B
Bash
4 lines
110 B
Bash
echo "Install dosfstools for FAT filesystem utilities like fsck.fat and mkfs.fat"
|
|
|
|
omarchy-pkg-add dosfstools
|