diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-01-26 06:02:19 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-01-26 12:19:09 +0100 |
commit | 79de686b77818fb4352dc5bff083e139abe2c5e8 (patch) | |
tree | e4a0734f9c7e9ace6f69e4943ca20a3b2d40f1d7 /scripts/live-build-config | |
parent | ab00043201c1c95ad4345e655c2299a39dc2fec5 (diff) | |
download | vyos-build-79de686b77818fb4352dc5bff083e139abe2c5e8.tar.gz vyos-build-79de686b77818fb4352dc5bff083e139abe2c5e8.zip |
T531: VyOS Kernel Update v4.4.113
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 70cb5ec2..4c4a38ac 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.95 \ + --linux-packages linux-image-4.4.113 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |