diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-03-15 07:28:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-03-15 12:48:02 +0100 |
commit | 3ba5eec40abb30207300f5928ae7c734075d2cdb (patch) | |
tree | fc52a64f779f9bba7a25f75fe51de9776f8d9fe5 /scripts/live-build-config | |
parent | 31047fb47f89dd3b8788a8da7df9064e81924679 (diff) | |
download | vyos-build-3ba5eec40abb30207300f5928ae7c734075d2cdb.tar.gz vyos-build-3ba5eec40abb30207300f5928ae7c734075d2cdb.zip |
T565: VyOS Kernel Update v4.14.26
Diffstat (limited to 'scripts/live-build-config')
-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 4c4a38ac..15df7aa8 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -36,7 +36,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.4.113 \ + --linux-packages linux-image-4.14.26 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |