Skip to content

Commit

Permalink
QA.sh: format=raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamar committed Jun 4, 2018
1 parent ec37303 commit 707d102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ "$DISK" = "" ]; then
fi

if [ -a $DISK ]; then
bootDisk="-device ahci,id=ahci -drive id=boot,file=$DISK,index=0,cache=writeback,if=none -device ide-drive,drive=boot,bus=ahci.0"
bootDisk="-device ahci,id=ahci -drive id=boot,file=$DISK,format=raw,index=0,cache=writeback,if=none -device ide-drive,drive=boot,bus=ahci.0"
fi

cd $KERNDIR
Expand Down

0 comments on commit 707d102

Please sign in to comment.