feat: add boot-uki.sh script to run UKI build in QEMU#219
Open
toanju wants to merge 1 commit into
Open
Conversation
boot a locally build garden linux with qemu using EFI/OVMF boot and ignition for firstboot provisioning. The script targets macOS for now. The following tools are required: * qemu (for QEMU and OVMF firmware) * podman (for running a local OCI registry) * oras (for pushing the UKI as an OCI artifact to the local registry) * hdiutil (for creating the ignition config-drive ISO) * python3 (for merging ignition config and patching UKI cmdline) * bash >4 (for the main script) To login after provision one can use the admin/admin user created by the script, e.g. with `ssh -p 2222 admin@localhost` if --ssh is used or directly using the console.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
boot a locally build garden linux with qemu using EFI/OVMF boot and
ignition for firstboot provisioning. The script targets macOS for now.
The following tools are required:
To login after provision one can use the admin/admin user created by the
script, e.g. with
ssh -p 2222 admin@localhostif --ssh is used ordirectly using the console.