You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update build script to facilitate iso builds (#241)
## Description
Linuxkit also offers an option to build kernel as an iso file. Update the build script to be able Hook as an ISO.
## Why is this needed
Apart from the default build, this change provides the users to be able to mount Hook as an ISO and boot using the virtual media option.
Fixes: #
## How Has This Been Tested?
Set `LINUXKIT_ISO` to true and built hook as an ISO. Mounted the ISO on a Dell R340 as a virtual media device and booted using the ISO. As this flow kicks in only when the above env var is set, it should affect any existing user workflow.
## Checklist:
If this gets approved, I will update the Readme appropriately to document the option to build as an ISO.
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
0 commit comments