about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-01-02 20:00:20 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-01-02 20:00:20 +0100
commit86ec98a4337241794741ff38c199879fc29d8503 (patch)
tree27a5f29353384936308373cf4fc6fad96bcdf860
parent1053514ef55858d11d2afcd95a0a1f4275c52e63 (diff)
downloadhrmpf-86ec98a4337241794741ff38c199879fc29d8503.tar.gz
hrmpf-86ec98a4337241794741ff38c199879fc29d8503.tar.xz
hrmpf-86ec98a4337241794741ff38c199879fc29d8503.zip
use linux4.9 for LTS
-rw-r--r--hrmpf.packages4
-rw-r--r--mklive.sh.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/hrmpf.packages b/hrmpf.packages
index 439d4f9..88ba35a 100644
--- a/hrmpf.packages
+++ b/hrmpf.packages
@@ -1,6 +1,6 @@
 # lts kernel
-linux-lts
-linux-lts-headers
+linux4.9
+linux4.9-headers
 
 # diagnosis
 acpi
diff --git a/mklive.sh.in b/mklive.sh.in
index e2b601a..8d7038d 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -410,7 +410,7 @@ _linux_series=$(XBPS_ARCH=$BASE_ARCH $XBPS_QUERY_CMD -r $ROOTFS ${XBPS_REPOSITOR
 _kver=$(XBPS_ARCH=$BASE_ARCH $XBPS_QUERY_CMD -r $ROOTFS ${XBPS_REPOSITORY:=-R} -p pkgver ${_linux_series})
 KERNELVERSION=$($XBPS_UHELPER_CMD getpkgversion ${_kver})
 
-_linux_lts_series=$(XBPS_ARCH=$BASE_ARCH $XBPS_QUERY_CMD -r $ROOTFS ${XBPS_REPOSITORY:=-R} -x linux-lts|head -1)
+_linux_lts_series=linux4.9  # $(XBPS_ARCH=$BASE_ARCH $XBPS_QUERY_CMD -r $ROOTFS ${XBPS_REPOSITORY:=-R} -x linux-lts|head -1)
 _lts_kver=$(XBPS_ARCH=$BASE_ARCH $XBPS_QUERY_CMD -r $ROOTFS ${XBPS_REPOSITORY:=-R} -p pkgver ${_linux_lts_series})
 LTSKERNELVERSION=$($XBPS_UHELPER_CMD getpkgversion ${_lts_kver})