Adding compilation for liblzma and grub
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
git clone https://github.com/kobolabs/liblzma src
|
||||
cd src
|
||||
git pull
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
cd -
|
||||
|
||||
sudo cp src/src/liblzma/.libs/liblzma.so ../rootfs/usr/lib
|
||||
sudo cp src/src/liblzma/.libs/liblzma.so.5 ../rootfs/usr/lib
|
||||
Reference in New Issue
Block a user