mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 00:35:25 +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
|
|
@ -40,7 +40,7 @@ done
|
|||
|
||||
if [ -e "/external/repo-preseeded/linux-4.9.10_0.tar.bz2" ]; then
|
||||
# This is done in src_extract out of necessity usually -- I can't think of a better solution :(
|
||||
rm -f "${DISTFILES}/linux-4.9.10.tar.gz"
|
||||
rm -f "${DISTFILES}/linux-4.9.10.tar.xz"
|
||||
fi
|
||||
|
||||
unset get_source_filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue