You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
frzr-initramfs
, which should rebuild all installed initramfs images- just use
/etc/mkinitcpio.conf
- copy or link files under
/etc/frzr.d/initramfs/
frzr-deploy
needs to runfrzr-initramfs
after an updatefrzr-initramfs
should only update the initramfs IF there are files that need to be added, so need some way to be able determine thatThe text was updated successfully, but these errors were encountered: