mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Merge pull request #436 from Googulator/xz
Support early xz/lzma decompression, and use it wherever possible
This commit is contained in:
commit
9c1ae45bb8
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