Skip to content
Snippets Groups Projects
Commit 3e47c9da authored by Philip Müller's avatar Philip Müller
Browse files

[pkg-upd] 5.6.19-1

- mark it EOL
parent ed678886
No related branches found
No related tags found
No related merge requests found
...@@ -270,6 +270,7 @@ package_linux56() { ...@@ -270,6 +270,7 @@ package_linux56() {
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27') depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=27')
optdepends=('crda: to set the correct wireless channels of your country') optdepends=('crda: to set the correct wireless channels of your country')
provides=("linux=${pkgver}" VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE) provides=("linux=${pkgver}" VIRTUALBOX-GUEST-MODULES WIREGUARD-MODULE)
install=linux56.install
cd "${srcdir}/linux-${_basekernel}" cd "${srcdir}/linux-${_basekernel}"
......
eol() {
echo ">>> NOTE, 5.6.19 was the last maintenance release by Greg Kroah-Hartman."
echo " This kernel series is now marked EOL (end of life)."
echo " "
echo " It is recommend to move on to linux57 series."
echo " Use followed cmd to do that: 'sudo mhwd-kernel -i linux57'"
echo " "
}
post_upgrade() {
eol
}
post_install() {
eol
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment