wareck 1 year ago
parent
commit
dfc393241b
5 changed files with 16 additions and 8 deletions
  1. 1 0
      .gitignore
  2. 1 1
      build.md
  3. 4 4
      ksource.txt
  4. 5 3
      pack.sh
  5. 5 0
      prep.sh

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+linux-*

+ 1 - 1
build.md

@@ -9,5 +9,5 @@
 
 #### Compilation:
 
-    make -j4 bindeb-pkg LOCALVERSION=-custom
+    make -j6 bindeb-pkg LOCALVERSION=-custom
 

+ 4 - 4
ksource.txt

@@ -1,4 +1,4 @@
-KHeader=linux-headers-5.15.109-custom_5.15.109-custom-1_amd64.deb
-KImage=linux-image-5.15.109-custom_5.15.109-custom-1_amd64.deb
-KLibc=linux-libc-dev_5.15.109-custom-1_amd64.deb
-KLversion=5.15.109-custom
+KHeader=linux-headers-5.15.110-custom_5.15.110-custom-1_amd64.deb
+KImage=linux-image-5.15.110-custom_5.15.110-custom-1_amd64.deb
+KLibc=linux-libc-dev_5.15.110-custom-1_amd64.deb
+KLversion=5.15.110-custom

+ 5 - 3
pack.sh

@@ -14,6 +14,8 @@ echo "KHeader=$Header" >>ksource.txt
 echo "KImage=$Image" >>ksource.txt
 echo "KLibc=$Libc" >>ksource.txt
 echo "KLversion=$version" >>ksource.txt
-git add $Header
-git add $Image
-git add $Libc
+rm linux-upstream*
+#git add $Header
+#git add $Image
+#git add $Libc
+sudo scp $Header $Image $Libc mk4@192.168.1.8:/var/www/folivier/cube/pack/custom_kernel

+ 5 - 0
prep.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+sudo apt-get update
+sudo apt-get upgrade -y
+sudo apt-get install wget build-essential bison flex libncurses-dev libssl-dev libelf-dev dwarves ubuntu-dev-tools lzop zstd -y
+