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

Work around /dev/fd/X removal in systemd #275

Merged
merged 2 commits into from
Jan 14, 2021

Commits on Nov 22, 2020

  1. Work around /dev/fd/X removal in systemd

    The <(command) notation in bash relies on the existence of /dev/fd/X,
    these device nodes however are no longer created by udev/systemd and
    therefore are not available in early userland, breaking unlocking.
    
    Work around by re-writing the code using pipe.
    
    systemd commit:
        systemd/systemd@6b2229c6c60d0486
    
    Debian bug report:
        https://bugs.debian.org/968518
    Christoph Biedl committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    e6eac38 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

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