QA.sh: format=raw

This commit is contained in:
Giacomo Tesio 2018-06-05 00:06:00 +02:00
parent ec373032c5
commit 707d102922
1 changed files with 1 additions and 1 deletions

2
QA.sh
View File

@ -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