diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-20 18:04:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-20 18:04:44 +0200 |
commit | 65c191ee55527e079d38ce1cac301ee71ec337d5 (patch) | |
tree | 48fd118b7505c4bd36829d9bc583e7ffd9baa541 /scripts/live-build-config | |
parent | 747e93942140a0f98cc17f3f2b32f2793fa32572 (diff) | |
download | vyos-build-65c191ee55527e079d38ce1cac301ee71ec337d5.tar.gz vyos-build-65c191ee55527e079d38ce1cac301ee71ec337d5.zip |
T776: Update VyOS Kernel to latest 4.14.65
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 c5fbfa79..bd1029db 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.62 \ + --linux-packages linux-image-4.14.65 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |