diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-08-23 08:39:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-08-23 08:39:18 +0200 |
commit | 182b0a37bd95288efafd81bc5ac44a4857302336 (patch) | |
tree | 305d4d512ee7069e62212b4e2c9f2a0391cc106a /scripts/live-build-config | |
parent | 65c191ee55527e079d38ce1cac301ee71ec337d5 (diff) | |
download | vyos-build-182b0a37bd95288efafd81bc5ac44a4857302336.tar.gz vyos-build-182b0a37bd95288efafd81bc5ac44a4857302336.zip |
T792: Update VyOS kernel to 4.18.4
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 bd1029d..5639a8e 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.18.4 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |