Update disk.sh

This commit is contained in:
Kroese 2024-11-18 13:31:57 +01:00 committed by GitHub
parent 2d31123c9c
commit 4c4c8dd479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -553,7 +553,7 @@ if [[ "${MACHINE,,}" != "virt" ]]; then
else
FALLBACK="usb"
fi
[[ "${BOOT_MODE:-}" == "windows_legacy" ]] && FALLBACK="auto"
if [ -z "${MEDIA_TYPE:-}" ]; then