Add dionysus
This commit is contained in:
9
test.sh
9
test.sh
@@ -241,7 +241,7 @@ configure_new_system() {
|
||||
wait
|
||||
}
|
||||
|
||||
machines=(ares neptune)
|
||||
machines=(ares neptune dionysus)
|
||||
if (($# > 0)); then
|
||||
machines=("${@}")
|
||||
fi
|
||||
@@ -264,6 +264,13 @@ for hostname in "${machines[@]}"; do
|
||||
"-drive" "if=pflash,format=raw,file=${tmpdir}/efivars.fd"
|
||||
)
|
||||
;;
|
||||
dionysus)
|
||||
hostqemuopts=(
|
||||
"-device" "nvme,serial=rootnvme,drive=root"
|
||||
"-drive" "if=pflash,format=raw,readonly=true,file=/usr/share/edk2/x64/OVMF_CODE.4m.fd"
|
||||
"-drive" "if=pflash,format=raw,file=${tmpdir}/efivars.fd"
|
||||
)
|
||||
;;
|
||||
*)
|
||||
printf "unknown hostname: %s\n" "${hostname}" >&2
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user