summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreggz2020-10-31 12:21:47 +0100
committereggz2020-10-31 12:21:47 +0100
commit1399dbff789726c5837ca47d96b6dc2edc32361b (patch)
treeb7cba15edd13a91e248d67fb619d284f963b54d4
parentdd361199a3066dc896bae69ef86a8cb0f82755ac (diff)
downloadaur-1399dbff789726c5837ca47d96b6dc2edc32361b.tar.gz
implemented better compressions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--config.x86_644
-rw-r--r--linux-amd-raven.preset2
4 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e7956723a97..cbd2f7777e83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-amd-raven
pkgver = 5.4.v.73
- pkgrel = 1
+ pkgrel = 2
url = https://www.kernel.org/
arch = x86_64
license = GPL2
@@ -18,8 +18,8 @@ pkgbase = linux-amd-raven
source = linux.install
source = 5013_enable-cpu-optimizations-for-gcc10.patch
sha256sums = SKIP
- sha256sums = aaa1472c8881ab5d35b6eb69a99b71c2dc278e16fd2e52f7e772afa93b627287
- sha256sums = 0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87
+ sha256sums = 263a8b032566b4646690ab496dbe56bd6dc24ff4a610e2fc86f3a07bedc45e23
+ sha256sums = fd220b9f47a86162247b042f06311848678f9acb64b92f716572972f3aeb3d18
sha256sums = d590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0
sha256sums = 27b7fc535ade94b636c3ec4e809e141831e9465a0ef55215a9852b87048629e2
diff --git a/PKGBUILD b/PKGBUILD
index ff2db67ce107..98ffc24520ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=linux-amd-raven
_srcname=linux
gitver=v5.4.73
pkgver=5.4.v.73
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -23,9 +23,9 @@ source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git#ta
)
sha256sums=('SKIP'
#config.x86_64
- 'aaa1472c8881ab5d35b6eb69a99b71c2dc278e16fd2e52f7e772afa93b627287'
+ '263a8b032566b4646690ab496dbe56bd6dc24ff4a610e2fc86f3a07bedc45e23'
#.preset file
- '0ac0cf410b0f3eeaa07d41505613e118ea59e01144e905f2dc0a808379f87e87'
+ 'fd220b9f47a86162247b042f06311848678f9acb64b92f716572972f3aeb3d18'
#linux install file
'd590e751ab4cf424b78fd0d57e53d187f07401a68c8b468d17a5f39a337dacf0'
#gentoopatch file
diff --git a/config.x86_64 b/config.x86_64
index 6623a4986407..03738f1360f5 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -33,8 +33,8 @@ CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
-CONFIG_KERNEL_XZ=y
-# CONFIG_KERNEL_LZO is not set
+# CONFIG_KERNEL_XZ is not set
+CONFIG_KERNEL_LZO=y
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
diff --git a/linux-amd-raven.preset b/linux-amd-raven.preset
index 61ed7c36a3ff..9b780bb32328 100644
--- a/linux-amd-raven.preset
+++ b/linux-amd-raven.preset
@@ -3,6 +3,8 @@
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/vmlinuz-linux-amd-raven"
+export COMPRESSION="lzop"
+
PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"