add note for dosfstools dependency if mkfs.vfat command fails

arbitrary hexcode
2025-08-09 08:53:50 +00:00
parent b7d07b3530
commit 4fe63eebac

@@ -6,6 +6,7 @@ Usually all the Desktop Environment provide it's own GUI partition tool. for exa
2. Unmount the SD card with `sudo umount /dev/sdX1`.
3. Format the SD card with `sudo mkfs.vfat -F 32 /dev/sdX1`.
* if `mkfs.vfat: command not found` install dosfstools dependency (eg: `sudo pacman -S dosfstools`)
4. (Optional) Label the SD card with `sudo mkfs.vfat -F 32 -n "SDCARD" /dev/sdX1`.