Skip to content

Commit

Permalink
feat: Add support for USB booting (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 21, 2024
1 parent 38830c6 commit e40ae8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ createDevice () {
"usb" )
result="$result \
-device usb-storage,drive=${DISK_ID}${index}"
echo "$result"
;;
"ide" )
result="$result \
Expand Down

0 comments on commit e40ae8d

Please sign in to comment.