diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-12 20:20:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-02 20:40:24 +0100 |
commit | f3eaa47e32d817cb648840a4c74bba1035c7d7f1 (patch) | |
tree | 6d758038bd68e5ead67f1e1b003e6562222d1ca0 | |
parent | 7a19a16233edce226791fea64ee8db7e4400e4bd (diff) | |
download | vyos-build-f3eaa47e32d817cb648840a4c74bba1035c7d7f1.tar.gz vyos-build-f3eaa47e32d817cb648840a4c74bba1035c7d7f1.zip |
Update Kernel to latest LTS version 4.14.75
(cherry picked from commit 0e8b5ca062b679636ee658eb252ab27a77c7a345)
-rwxr-xr-x | scripts/live-build-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index bd1029db..67da9f85 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -37,7 +37,7 @@ lb config noauto \ --architectures {{architecture}} \ --bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay" \ --linux-flavours {{architecture}}-vyos \ - --linux-packages linux-image-4.14.65 \ + --linux-packages linux-image-4.14.75 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |