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

initramfs: fix import of additional zpools on boot #13543

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

Commits on Jul 17, 2022

  1. initramfs: fix import of additional zpools on boot

    Currently all zpools defined in ZFS_INITRD_ADDITIONAL_DATASETS
    aren't imported correctly if they are on an other zpool than
    the root-pool. The mount fails hence the zpool is not known.
    Initramfs asks know for the second decryption-key on boot for
    second zpool.
    
    Signed-off-by: theQuestionmark <[email protected]>
    theQuestionmark committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9c52dad View commit details
    Browse the repository at this point in the history
  2. initramfs: add function to zfsexpandknowledge

    Adding function for honoring the
    ZFS_INITRD_ADDITIONAL_DATASETS variable.
    
    Signed-off-by: theQuestionmark <[email protected]>
    theQuestionmark committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    18dff34 View commit details
    Browse the repository at this point in the history
  3. initramfs: dracut - Change to some make-variables

    Change /etc/ to sysconfdir-variable and add default-config
    to dracut initrd-image
    
    Signed-off-by: theQuestionmark <[email protected]>
    theQuestionmark committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9f2fd46 View commit details
    Browse the repository at this point in the history