summaryrefslogtreecommitdiff
path: root/scripts/live-build-config
AgeCommit message (Collapse)Author
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin
2017-11-07use security mirror and updatesKim Hagen
2017-10-29VyOS Kernel Update v4.4.95Christian Poessinger
* packages/vyos-kernel efe6504...0a84c7e (18): > Merge tag 'v4.4.95' into current > add virtio scsi to kernel as loadable module > remove Automatically generated lines > Enable intel QuickAssist Technology modules > dccp: fix freeing skb too early for IPV6_RECVPKTINFO > virtio_net: validate ethtool port setting and explain the user validation > ethtool: make validate_speed accept all speeds between 0 and INT_MAX > virtio_net: add ethtool support for set and get of settings > ethtool: add speed/duplex validation functions > add vyos x86_64 defconfig > Merge tag 'v4.4.47' into current
2017-09-22Fix mirror-chroot-security optionYuya Kusakabe
2017-02-06update kernel version in live-build-config scriptKim
2017-01-25Switch all build scripts to python3.Daniil Baturin
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible.
2016-12-21Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-21lb-config improvements: force firmware packages to be added to the image,Daniil Baturin
and make security mirror configurable. XXX: need to find out how to make --security work too.
2016-09-02update kernel version to 4.4.15Kim Hagen
update files needed for clearfog build
2016-03-21update kernel package versionKim
2016-02-10Force all lb-config mirror options to debian_mirror from the build config.Daniil Baturin
2016-02-03Add kernel version to lb config.Kim Hagen
2016-01-26add extra linux cmdline optionsKim Hagen
2015-12-26Add license headers to scripts.Daniil Baturin
Some people rightfully complained about their absense already.
2015-12-17Add initial drafts of the build scripts.Daniil Baturin