Adding compilation for liblzma and grub

This commit is contained in:
Marc
2021-12-02 16:28:42 +01:00
parent fbdabd66a5
commit 0c039501db
9 changed files with 74 additions and 22 deletions
+7
View File
@@ -1,3 +1,9 @@
if [ "$EUID" = 0 ]
then echo "Please don't run this as root"
exit
fi
if [ ! -d src ]
then
wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.5.tar.xz
@@ -13,6 +19,7 @@ then
fi
cd src
# make clean qui supprime le .config
make mrproper
cp ../.config .config
make -j$(nproc) bzImage