mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
build_library/qemu_template.sh: Some whitespace fixes
This commit is contained in:
parent
2ca63a3a82
commit
b3dd088469
@ -55,8 +55,8 @@ used as an explicit separator. See the qemu(1) man page for more details.
|
|||||||
"
|
"
|
||||||
|
|
||||||
die(){
|
die(){
|
||||||
echo "${1}"
|
echo "${1}"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
check_conflict() {
|
check_conflict() {
|
||||||
@ -276,7 +276,7 @@ fi
|
|||||||
|
|
||||||
if [ -n "${VM_CDROM}" ]; then
|
if [ -n "${VM_CDROM}" ]; then
|
||||||
set -- -boot order=d \
|
set -- -boot order=d \
|
||||||
-drive file="${VM_CDROM}",media=cdrom,format=raw "$@"
|
-drive file="${VM_CDROM}",media=cdrom,format=raw "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${VM_PFLASH_RO}" ] && [ -n "${VM_PFLASH_RW}" ]; then
|
if [ -n "${VM_PFLASH_RO}" ] && [ -n "${VM_PFLASH_RW}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user