-
Notifications
You must be signed in to change notification settings - Fork 25
add secure boot (#181) #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@shubazalam thanks for the PR |
e432778
to
6cb338e
Compare
6cb338e
to
88c9212
Compare
@shubazalam can you confirm you was able to sign the cla ? |
@tuxtof, I tried to fill the form to ask for an individual CLA. Unfortunaltely, I get the error below from two different internet connections: Is there another way to sign the CLA ? |
Hi @shubazalam , sorry to hear you have a bad experience thanks |
Hi @tuxtof . I finally managed to fill the form today. Now, I'm waiting for the individual CLA. I'll keep you updated. |
What this PR does / why we need it:
Thi PR implement "Secure Boot" option
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #181 (but some comments asked also for vtpm which is not covered by this PR)
How Has This Been Tested?:
Deploy one VM with
boot_type = secure_boot
.Deploy a second VM with
boot_type
unset.Special notes for your reviewer:
n/a
Release note: