MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(config.architecture.to_efi())
+
if config.profiles:
env["PROFILES"] = " ".join(config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(config.architecture.to_efi())
+
if config.profiles:
env["PROFILES"] = " ".join(config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if context.config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(context.config.architecture.to_efi())
+
if context.config.profiles:
env["PROFILES"] = " ".join(context.config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if context.config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(context.config.architecture.to_efi())
+
if context.config.profiles:
env["PROFILES"] = " ".join(context.config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if context.config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(context.config.architecture.to_efi())
+
if context.config.profiles:
env["PROFILES"] = " ".join(context.config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if context.config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(context.config.architecture.to_efi())
+
if context.config.profiles:
env["PROFILES"] = " ".join(context.config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if context.config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(context.config.architecture.to_efi())
+
if context.config.profiles:
env["PROFILES"] = " ".join(context.config.profiles)
MKOSI_DEBUG=one_zero(ARG_DEBUG.get()),
)
+ if config.architecture.to_efi() is not None:
+ env["EFI_ARCHITECTURE"] = str(config.architecture.to_efi())
+
if config.profiles:
env["PROFILES"] = " ".join(config.profiles)
the format used by **qemu**. Useful for finding the qemu binary (
`qemu-system-$QEMU_ARCHITECTURE`).
+* `$EFI_ARCHITECTURE` contains the architecture from `$ARCHITECTURE` in
+ the format used by **UEFI**. It is unset on architectures that do not
+ support **UEFI**.
+
* `$DISTRIBUTION` contains the distribution from the `Distribution=` setting.
* `$RELEASE` contains the release from the `Release=` setting.
| `DESTDIR` | | | | ✓ | | | | |
| `DISTRIBUTION` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `DISTRIBUTION_ARCHITECTURE` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+| `EFI_ARCHITECTURE` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `IMAGE_ID` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `IMAGE_VERSION` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| `MKOSI_CONFIG` | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |