diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-09-02 08:08:32 +0000 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-09-02 08:08:32 +0000 |
commit | 5f83afa7815e866c9539feb1a58269d4555e33fc (patch) | |
tree | 2df983355620c87506515ef27c8a4c80b590b317 /scripts/live-build-config | |
parent | a5d297e1ba627b726ee7dd9237d7141561eefdab (diff) | |
download | vyos-build-5f83afa7815e866c9539feb1a58269d4555e33fc.tar.gz vyos-build-5f83afa7815e866c9539feb1a58269d4555e33fc.zip |
update kernel version to 4.4.15
update files needed for clearfog build
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 52660571..7c51744c 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.5 \ + --linux-packages linux-image-4.4.15 \ --bootloader syslinux \ --binary-images iso-hybrid \ --debian-installer false \ |