diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-11 17:58:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-12-12 13:04:51 +0000 |
commit | d1483e0e7dc55c3c65f98b7d7f4b77fc47c334f4 (patch) | |
tree | 48e9896228ee3a27c47a87d660143fa84c3df076 | |
parent | 0dd918794af5821bb9a79bf64497ac5999c3f29a (diff) | |
download | aports-d1483e0e7dc55c3c65f98b7d7f4b77fc47c334f4.tar.bz2 aports-d1483e0e7dc55c3c65f98b7d7f4b77fc47c334f4.tar.xz |
main/syslinux: use lts kernel as the default
fixes #11020
-rw-r--r-- | main/syslinux/APKBUILD | 4 | ||||
-rw-r--r-- | main/syslinux/update-extlinux.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/syslinux/APKBUILD b/main/syslinux/APKBUILD index a9ea0572a5..c940f4a525 100644 --- a/main/syslinux/APKBUILD +++ b/main/syslinux/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=syslinux pkgver=6.04_pre1 -pkgrel=4 +pkgrel=5 _ver=${pkgver/_/-} pkgdesc="Boot loader for the Linux operating system" url="http://syslinux.org" @@ -58,7 +58,7 @@ package() { } sha512sums="7927dd39be8e2dcf4138a6fea33def67d19d938379d694f15b48fdd2f5924c028b7a9e7bd71d0c7c6630c203e9e2a54296628e530632ad5e6f55b1ebefe8fc98 syslinux-6.04-pre1.tar.xz -2ee5cae392e8aaebe3e6c37bdfbf88d4886ad4d9d200995479404c29314411d1c90247675c136ae0416e4b0a5e3b100c496c3b9cd70cf13beb7fde33fb374d4c update-extlinux.conf +16ac39066b6dfd7870e17b7f60934d1dcd59679aea9e8b78ea7352cf03c692d717d555bce8ed12f566864a06332e3a527551ee5974e51261157524b14e90556b update-extlinux.conf bfeb911507c079c8b01027a7823e562d81100b1fcd0786c707ad33c5ce18fa0eb6d6db34bc7b6cbbc419248188970cebe8286345f4aa3662d16644c51f50b98c update-extlinux 92fa48133ef702092d7acafae0e0e20f9355cd2b5fe199b96fcccba5a1e688c360de4d069391815255f5493228ad03998d20b99748323396d20d12a1f27c60cd 0018-prevent-pow-optimization.patch 6fb63b50a6c746445a58badc81cbf8525f38e2a7868b97ac21aa9d20c162f2318fab6c25505614700033a840aa5c06c3cef3065f11b5b5f4e514474194ff4b54 fix-sysmacros.patch" diff --git a/main/syslinux/update-extlinux.conf b/main/syslinux/update-extlinux.conf index 97064908b9..1a5f7b310c 100644 --- a/main/syslinux/update-extlinux.conf +++ b/main/syslinux/update-extlinux.conf @@ -36,7 +36,7 @@ timeout=3 # default # default kernel to boot -default=vanilla +default=lts # serial_port # serial port number - if not specified, serial console will be disabled |