Update disk.sh
This commit is contained in:
parent
120171e826
commit
6027fa0fc2
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ createDevice () {
|
|||
local result=" -drive file=$DISK_FILE,id=$DISK_ID,format=$DISK_FMT,cache=$DISK_CACHE,aio=$DISK_IO,discard=$DISK_DISCARD,detect-zeroes=on"
|
||||
|
||||
case "${DISK_TYPE,,}" in
|
||||
"none" ) ;;
|
||||
"none" ) ;;
|
||||
"auto" )
|
||||
echo "$result"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue