Remove hades

This commit is contained in:
2025-10-10 13:09:53 +02:00
parent a6e792bd6b
commit a0ff050d0e
3 changed files with 0 additions and 187 deletions

View File

@@ -264,11 +264,6 @@ for hostname in "${machines[@]}"; do
"-drive" "if=pflash,format=raw,file=${tmpdir}/efivars.fd"
)
;;
hades)
hostqemuopts=(
"-device" "ide-hd,drive=root"
)
;;
*)
exit 1
;;