Move to external boot files

This commit is contained in:
Greg Hellings
2023-08-11 21:46:51 -05:00
parent 444b9c8980
commit 4955599f41
35 changed files with 740 additions and 1200 deletions
+3 -1
View File
@@ -33,6 +33,8 @@ source "qemu" "x86_64" {
accelerator = var.qemu_accelerator
http_content = var.http_files
cd_content = var.cd_files
http_directory = var.http_directory
cd_content = var.cd_content
cd_files = var.cd_files
cd_label = var.cd_label
}