Skip to content
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

Remove coreboot detection, add skip_grub parameter #13

Merged
merged 1 commit into from
May 5, 2017

Conversation

rustybird
Copy link
Contributor

Successfully tested the following scenarios with the R3.2 iso:

The dmidecode package could be removed now, but they still seem like useful tools to have for debugging installer problems.

self.stage2_format_types += ["lvmlv"]
self.encryption_support = True
self.stage2_format_types += ["lvmlv"]
self.skip_bootloader = bool(int(flags.cmdline.get("skip_grub") or "0"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better use flags.cmdline.getbool("skip_grub", False)

And unconditionally allow boot encryption and the lvmlv format.
(The user still has to fight the installer to actually set it up.)

Fixes QubesOS/qubes-issues#2553
@rustybird rustybird changed the title Remove coreboot detection, add skip_grub={0,1} Remove coreboot detection, add skip_grub parameter May 1, 2017
@rustybird
Copy link
Contributor Author

rustybird commented May 1, 2017

Fixed. Booting with/without skip_grub assigns the expected values to self.skip_bootloader.

@marmarek marmarek merged commit 62cb1ca into QubesOS:master May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants