diff options
author | Michael Hudson-Doyle <[email protected]> | 2023-11-21 11:29:44 +1300 |
---|---|---|
committer | Michael Hudson-Doyle <[email protected]> | 2023-11-23 06:57:50 +1300 |
commit | de9122e82efb295e786614f36d32fec67609b07f (patch) | |
tree | c60cdf5e10c32302416b0d095ee58653e72cfb27 /CONF.sh | |
parent | 02aec0591ee0c024c88f510c8d3634fa825a2906 (diff) |
remove ability to create vfat images
Diffstat (limited to 'CONF.sh')
-rw-r--r-- | CONF.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -298,7 +298,6 @@ export NORECOMMENDS=1 export NOSUGGESTS=1 # Image format: -# vfat = Output an image in VFAT format (.img) # iso = Output an image in ISO 9660 format (.iso) # img = Output a raw partitioned disk image (.img) if [ -z "$IMAGE_FORMAT" ]; then |