mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Clear up storage space in linux-headers-5.10.41
Special case to free up space in the initramfs (linux tarball + unpacked is MASSIVE)
This commit is contained in:
parent
1e19193408
commit
e225435983
1 changed files with 4 additions and 0 deletions
|
|
@ -60,4 +60,8 @@ src_install() {
|
|||
> ${PREFIX}/include/linux/version.h
|
||||
echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c)))' \
|
||||
>> ${PREFIX}/include/linux/version.h
|
||||
|
||||
# Clear up storage space
|
||||
cd ../..
|
||||
rm -rf build src
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue