feat: Add support for USB booting (#84)

This commit is contained in:
Kroese 2024-05-21 12:12:43 +02:00 committed by GitHub
parent 38830c6f7a
commit e40ae8d06c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -359,6 +359,7 @@ createDevice () {
"usb" )
result="$result \
-device usb-storage,drive=${DISK_ID}${index}"
echo "$result"
;;
"ide" )
result="$result \