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

qubes 4.0rc4 and init refactoring #327

Closed
wants to merge 4 commits into from
Closed

Commits on Feb 19, 2018

  1. Configuration menu
    Copy the full SHA
    a6a5fef View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    ffa857d View commit details
    Browse the repository at this point in the history
  2. Make TPM dependency optional and controlled by flag CONFIG_TPM

    if "CONFIG_TPM=y" is not present in the config file, functionalities
    needing TPM could be disabled, while leaving other functionalities intact.
    
    This will make Heads a more general-usage bootloader payload atop coreboot.
    persmule authored and flammit committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    b507239 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Cleanup of init to support server and desktop

    Guarded linuxboot specific init entries
    Removed Makefile entries into separate file (conflicts with srcing /etc/config)
    Added CONFIG_BOOT_LOCAL/_REMOTE to control interface setup
    Fixed CONFIG_TPM usage
    flammit committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    e9312e1 View commit details
    Browse the repository at this point in the history