mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 08:15:24 +01:00
Support early xz/lzma decompression, and use it wherever possible
This commit is contained in:
parent
34cb6758d2
commit
65953732a0
32 changed files with 41 additions and 34 deletions
|
|
@ -9,7 +9,7 @@ src_unpack() {
|
|||
mkdir "${pkg}"
|
||||
cp "${DISTFILES}/deblob-4.9" "${pkg}/"
|
||||
default || true # Predictable link errors - not a problem
|
||||
rm "${DISTFILES}/${pkg}.tar.gz"
|
||||
rm "${DISTFILES}/${pkg}.tar.xz"
|
||||
}
|
||||
|
||||
generate_autoconf_h() {
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.10.tar.gz 97ff15f9550c6e85c25173b3cf5c7e89a2d39fb923112f2c8bc2729cf64bf6d8
|
||||
https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.10.tar.xz bd6e05476fd8d9ea4945e11598d87bc97806bbc8d03556abbaaf809707661525
|
||||
https://linux-libre.fsfla.org/pub/linux-libre/releases/old/gen6/4.9.10-gnu/deblob-4.9 af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue