Keep imagebuilder folder in default state
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-23 22:04:20 +01:00
parent 1ffdb79f41
commit 0c0ba1f88a
4 changed files with 13 additions and 6 deletions

7
override.json Normal file
View File

@@ -0,0 +1,7 @@
{
"boot_command_prefix": "c<wait>linux /casper/vmlinuz --- autoinstall quiet<enter><wait>initrd /casper/initrd<enter><wait>boot<enter>",
"cd_file_path": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}",
"cd_files": ["{{user `cd_file_path`}}/meta-data", "{{user `cd_file_path`}}/user-data"],
"cd_label": "cidata",
"floppy_dirs": null
}