diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-01 17:15:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-01 17:15:04 +0200 |
commit | bf306d6723eb35b045550ea570461c8188930bf0 (patch) | |
tree | 0d6c111a6f494a0c293a63295408a6835a04e74c | |
parent | c63aee18ef1b39e26f9b3e3446d77259204f1081 (diff) | |
download | vyos-build-bf306d6723eb35b045550ea570461c8188930bf0.tar.gz vyos-build-bf306d6723eb35b045550ea570461c8188930bf0.zip |
Update VyOS Kernel to 4.18.11
-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 b8d69eb3..0af0f0c4 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.8 \ + --linux-packages linux-image-4.18.11 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |