diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-12 20:20:43 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-12 20:20:43 +0200 |
commit | 0e8b5ca062b679636ee658eb252ab27a77c7a345 (patch) | |
tree | 25fdb9656ed025bd2a2ca467410bb41f19a24396 | |
parent | b2476e3bd0ab019b2237ca430d8a7beb296658a6 (diff) | |
download | vyos-build-0e8b5ca062b679636ee658eb252ab27a77c7a345.tar.gz vyos-build-0e8b5ca062b679636ee658eb252ab27a77c7a345.zip |
Update Kernel to latest LTS version 4.14.75
-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 0af0f0c4..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.18.11 \ + --linux-packages linux-image-4.14.75 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |