feat: Add support for USB booting (#84)
This commit is contained in:
parent
38830c6f7a
commit
e40ae8d06c
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ createDevice () {
|
|||
"usb" )
|
||||
result="$result \
|
||||
-device usb-storage,drive=${DISK_ID}${index}"
|
||||
echo "$result"
|
||||
;;
|
||||
"ide" )
|
||||
result="$result \
|
||||
|
|
Loading…
Reference in a new issue