summaryrefslogtreecommitdiff
path: root/CONF.sh
diff options
context:
space:
mode:
authorMichael Hudson-Doyle <[email protected]>2023-11-21 11:29:44 +1300
committerMichael Hudson-Doyle <[email protected]>2023-11-23 06:57:50 +1300
commitde9122e82efb295e786614f36d32fec67609b07f (patch)
treec60cdf5e10c32302416b0d095ee58653e72cfb27 /CONF.sh
parent02aec0591ee0c024c88f510c8d3634fa825a2906 (diff)
remove ability to create vfat images
Diffstat (limited to 'CONF.sh')
-rw-r--r--CONF.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONF.sh b/CONF.sh
index b15a95a..b005f88 100644
--- a/CONF.sh
+++ b/CONF.sh
@@ -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