diff --git a/stages/org.osbuild.grub2.inst b/stages/org.osbuild.grub2.inst index 98c7c19b..060a762b 100755 --- a/stages/org.osbuild.grub2.inst +++ b/stages/org.osbuild.grub2.inst @@ -199,6 +199,7 @@ def core_mkimage(platform: str, prefix: str, options: Dict,): pt_label = options["partlabel"] fs_type = options["filesystem"] + os.makedirs("/var/tmp", exist_ok=True) core_path = "/var/tmp/grub2-core.img" # Create the level-2 & 3 stages of the bootloader, aka the core