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

[RFC] Add support for systemd initcpio setups #25

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2023

  1. Initial commit with systemd support

    NOT WORKING ON SYSTEMD 253 AND ABOVE.
    NOT VERIFIED TO BE COMPATIBLE WITH EXISTING CRYPTTABS.
    
    In its current state, this crashes systemd-253 and above with the error message "Failed to start up manager" during early boot, which halts startup.
    
    Support for systemd also requires the pgp keyfile to be specified as `pgp-keyfile=...` as an option in the crypttab entry, instead of in the keyfile column. (Otherwise, systemd-decrypt will try to load it as an ordinary keyfile.)
    
    Documentation and migration tools will be updated once this gets closer to release quality.
    fuhry committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    dec059b View commit details
    Browse the repository at this point in the history
  2. fixed the glitch

    fuhry committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    647b7f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    21747ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b48a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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