Browse Source

update 138

Votre Nom 1 year ago
parent
commit
16198d4558
2 changed files with 6 additions and 6 deletions
  1. 5 5
      ksource.txt
  2. 1 1
      pack.sh

+ 5 - 5
ksource.txt

@@ -1,5 +1,5 @@
-KHeader=linux-headers-5.15.137-custom_5.15.137-custom-1_amd64.deb
-KImage=linux-image-5.15.137-custom_5.15.137-custom-1_amd64.deb
-KLibc=linux-libc-dev_5.15.137-custom-1_amd64.deb
-KLversion=5.15.137-custom
-kernel_version=kernel_5.15.137-custom.run
+KHeader=linux-headers-5.15.138-custom_5.15.138-custom-1_amd64.deb
+KImage=linux-image-5.15.138-custom_5.15.138-custom-1_amd64.deb
+KLibc=linux-libc-dev_5.15.138-custom-1_amd64.deb
+KLversion=5.15.138-custom
+kernel_version=kernel_5.15.138-custom.run

+ 1 - 1
pack.sh

@@ -32,7 +32,7 @@ cp $Libc pack
 cp $Header pack
 cp $Image pack
 cp kernel.sh pack
-./makeself-2.5.0/makeself.sh --pbzip2 pack/ kernel_$version.run "kernel_$version" ./kernel.sh
+./makeself-2.5.0/makeself.sh --xz pack/ kernel_$version.run "kernel_$version" ./kernel.sh
 rm -r pack
 rm kernel.sh
 rm -r -f makeself-2.5.0