Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions: image-partition: enable creation of FAT{12|16|32} partitions #491

Merged
merged 1 commit into from
Apr 15, 2024

Commits on Apr 7, 2024

  1. 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]>
    obbardc committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    94fedb2 View commit details
    Browse the repository at this point in the history