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

Add dracut config to the Debian package too #536

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. rpm: use the install target in boot/Makefile

    Fix the target to install file into /etc/default (it's not grub.d file).
    And then don't open-code it in the spec file.
    No functional change.
    marmarek committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    33e30a1 View commit details
    Browse the repository at this point in the history
  2. debian: include all boot-related configs in the package

    This especially adds dracut config (that was previously installed in
    Fedora only). While dracut is not the default on Debian, it is possible
    to use it, so add the config to the package too.
    
    QubesOS/qubes-issues#8649
    marmarek committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8796b2b View commit details
    Browse the repository at this point in the history
  3. archlinux: do not open-code boot configs install target

    Reuse makefile that is there already. This has a side effect of
    installing dracut config too.
    marmarek committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    968d5f1 View commit details
    Browse the repository at this point in the history
  4. dracut: add few more setting to reduce initramfs size on Debian

    Review content of initramfs on Debian, and remove biggest yet unused
    parts.
    
    QubesOS/qubes-issues#8649
    marmarek committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e9e5b81 View commit details
    Browse the repository at this point in the history