QA.sh: format=raw
This commit is contained in:
parent
ec373032c5
commit
707d102922
2
QA.sh
2
QA.sh
|
@ -55,7 +55,7 @@ if [ "$DISK" = "" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -a $DISK ]; then
|
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
|
fi
|
||||||
|
|
||||||
cd $KERNDIR
|
cd $KERNDIR
|
||||||
|
|
Loading…
Reference in New Issue