Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: image-partition: enable creation of FAT{12|16|32} partitions
mkfs.fat accepts an -F parameter, which controls the FAT type. Currently debos only allows creation of FAT32 partitions with the `vfat` or `fat32` partition types or automatic FAT type by using `msdos`. Add explicit `fat16`, `fat16` and `fat32` partition types to allow users to choose which FAT partition type to create. Modify `vfat` and `msdos` to create FAT32 partition types and modify `fat` to allow mkfs.fat automatically determine which FAT type the partition should be. Allow `fat16` partitions to be marked as such in the partition table by modifying the call to `parted mkpart`. Signed-off-by: Christopher Obbard <[email protected]>
- Loading branch information