tools/libvirt_test.sh: fix weird indentation
There were 5 spaces instead of 4. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
89b71d339e
commit
2c4215a2d0
1 changed files with 13 additions and 13 deletions
|
|
@ -272,22 +272,22 @@ else
|
||||||
case "${ID}-${VERSION_ID}" in
|
case "${ID}-${VERSION_ID}" in
|
||||||
"rhel-8"*)
|
"rhel-8"*)
|
||||||
# was 1024 before 8.9
|
# was 1024 before 8.9
|
||||||
MIN_RAM="1536"
|
MIN_RAM="1536"
|
||||||
NVRAM_TEMPLATE="nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.fd"
|
NVRAM_TEMPLATE="nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.fd"
|
||||||
;;
|
;;
|
||||||
"centos-8")
|
"centos-8")
|
||||||
MIN_RAM="1536"
|
MIN_RAM="1536"
|
||||||
NVRAM_TEMPLATE="nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.fd"
|
NVRAM_TEMPLATE="nvram_template=/usr/share/edk2/ovmf/OVMF_VARS.fd"
|
||||||
;;
|
;;
|
||||||
"rhel-9"*)
|
"rhel-9"*)
|
||||||
MIN_RAM="1536"
|
MIN_RAM="1536"
|
||||||
NVRAM_TEMPLATE=""
|
NVRAM_TEMPLATE=""
|
||||||
;;
|
;;
|
||||||
"centos-9")
|
"centos-9")
|
||||||
MIN_RAM="1536"
|
MIN_RAM="1536"
|
||||||
# Disable secure boot for CS9 due to bug bz#2108646
|
# Disable secure boot for CS9 due to bug bz#2108646
|
||||||
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
|
NVRAM_TEMPLATE="firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "unsupported distro: ${ID}-${VERSION_ID}"
|
echo "unsupported distro: ${ID}-${VERSION_ID}"
|
||||||
exit 1;;
|
exit 1;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue