From 04b74e69f0f1f91016fb3816a8958ddbd52e05bb Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Sun, 23 Feb 2025 17:26:44 +0100 Subject: [PATCH] Linux V 6.13.4 --- PKGBUILD | 10 +- config | 8 +- config-6.13.3 | 2 +- config-6.13.3.patch | 4 +- config-6.13.4 | 11953 ++++++++++++++++ documentation/linux_configuration.pdf | 4 +- .../linux_configuration_16_file_systems.tex | 51 +- 7 files changed, 12021 insertions(+), 11 deletions(-) create mode 100644 config-6.13.4 diff --git a/PKGBUILD b/PKGBUILD index 146c248..b5ef775 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # copied from Jan Alexander Steffens (heftig) pkgbase=linux-tom -pkgver=6.13.3.arch1 +pkgver=6.13.4.arch1 pkgrel=1 pkgdesc='Linux' url='https://github.com/archlinux/linux' @@ -84,6 +84,8 @@ prepare() { done echo "Setting config..." + # cp ../config .config + cfgver=../../config-${pkgver%.*} if test -f "${cfgver}" then @@ -94,12 +96,16 @@ prepare() { echo "copy original config file, ${cfgver} does not exist." cp ../config .config fi + make olddefconfig + # diff -u ../config .config || : + # this and next line is added by me, Thomas Kuschel oe3tkt read -p "Press enter to continue with menuconfig" make menuconfig diff -u ../config .config | tee "../../config-${pkgver%.*}.patch" || : cp .config "../../config-${pkgver%.*}" + make -s kernelrelease > version echo "Prepared $pkgbase version $(