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

[feature request] Allow frzr to update initramfs to support device-quirks #38

Open
alkazar opened this issue Apr 12, 2023 · 1 comment

Comments

@alkazar
Copy link
Member

alkazar commented Apr 12, 2023

Some device-quirks scripts require updating the initramfs with additional firmware or other files.

In order to support this use case we could do the following:

  • create a new command, frzr-initramfs, which should rebuild all installed initramfs images
  • need some way for device-quirks to specify which files need to be added, some options:
    - just use /etc/mkinitcpio.conf
    - copy or link files under /etc/frzr.d/initramfs/
  • frzr-deploy needs to run frzr-initramfs after an update
  • frzr-initramfs should only update the initramfs IF there are files that need to be added, so need some way to be able determine that
@ruineka
Copy link
Collaborator

ruineka commented Apr 14, 2023

This will also be useful for adding resume for hibernation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants