Simplify firmware setup, save at boot partition and let driver's installer copy when needed

This commit is contained in:
buzzer-re
2026-05-11 20:43:13 -03:00
parent 1be941e9bd
commit f017958451
8 changed files with 109 additions and 268 deletions

View File

@@ -228,9 +228,8 @@ int fetch_linux(struct linux_info *info) {
return -1;
}
if (resolve_device_firmwares(&initrd, &initrd_size) < 0) {
notify("Something went wrong while resolving device firmwares - Aborting\n");
return -1;
if (dump_device_firmwares(initrd_path) < 0) {
notify("Something went wrong while dumping device firmwares - Continuing\n");
}
size_t vram_size;