Small changes
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
VER=4.1
|
||||
|
||||
git clone https://sourceware.org/git/lvm2.git src
|
||||
|
||||
cd src
|
||||
git pull
|
||||
./autogen.sh
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
DESTDIR=$(pwd)/../../rootfs
|
||||
sudo make install DESTDIR=$(realpath $DESTDIR)
|
||||
cd -
|
||||
Reference in New Issue
Block a user