mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 11:25:23 +01:00
Don't use deblob-check
Generally, this is bad, because reduces featureset of kernel. However, we don't use any blobbed features anyway. 1. This allows much lower RAM usage. 2. Speeds up deblobbing from hours -> seconds. This nukes blobbed files instead of replacing blobs.
This commit is contained in:
parent
f12897265c
commit
98ea0a4c2e
4 changed files with 7 additions and 90 deletions
3
sysa.py
3
sysa.py
|
|
@ -280,5 +280,4 @@ class SysA(SysGeneral):
|
|||
|
||||
# linux kernel 2.6.16.62
|
||||
self.get_file(["https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.10.tar.gz",
|
||||
"https://linux-libre.fsfla.org/pub/linux-libre/releases/old/gen6/4.9.10-gnu/deblob-4.9",
|
||||
"https://linux-libre.fsfla.org/pub/linux-libre/releases/old/gen6/4.9.10-gnu/deblob-check"])
|
||||
"https://linux-libre.fsfla.org/pub/linux-libre/releases/old/gen6/4.9.10-gnu/deblob-4.9"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue