Small changes

This commit is contained in:
Marc
2021-12-03 09:36:49 +01:00
parent 0c039501db
commit ba94e1aba0
19 changed files with 259 additions and 27 deletions
+1
View File
@@ -0,0 +1 @@
src
Executable
+12
View File
@@ -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 -