summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-12-31Update the build-submodules script to use the dehardcoded kernel version.Daniil Baturin
2018-12-31Dehardcode the kernel package version from the live-build-config script.Daniil Baturin
2018-12-29Merge pull request #32 from runborg/autobuildChristian Poessinger
Script and Instructions for building all subpackages via docker
2018-12-28Rename build script to build-submodules and removed docker from the build ↵Runar Borge
process. The script was originally named `build-docker-subpackages` and executed docker for every package built. This has now changed so that the user could choose to do a docker or native build. The readme is aldo updated to reflect this change.
2018-12-27T1139: Upgrade Kernel to 4.19.12Christian Poessinger
2018-12-27Added better support for compiling kernel and wireguard.Runar Borge
Automatically correct kernel options in libe-build-config and wierguard install
2018-12-26Remove bug that breaks all package compilationsRunar Borge
2018-12-26Added compilation of the kernel and wireguard submodule.Runar Borge
Also refactored some UI code for easyer reading
2018-12-25Remove vyatta-util and upate list of packages failing docker buildRunar Borge
2018-12-24Added script and instructions for building most packages from source.Runar Borge
Using the vyos-builder docker container. Also added examples on doing builds.
2018-12-17Revert "add rootdelay=300 to kernel command"Kim Hagen
This reverts commit 6cec49aa7c8d9b6aaa041b93b30ca9b260a843b5.
2018-12-16add rootdelay=300 to kernel commandKim Hagen
2018-11-25T1042: Update Linux Kernel from 4.19 to 4.19.4Christian Poessinger
2018-11-14use 2017.7 version of the salt minionKim Hagen
2018-11-14Add saltstack repoKim Hagen
2018-11-12Add uefi to vyos-buildKim Hagen
2018-11-06Update Kernel to LTS version 4.19.0Kim Hagen
2018-11-02Update Kernel to latest LTS version 4.14.75Christian Poessinger
(cherry picked from commit 0e8b5ca062b679636ee658eb252ab27a77c7a345)
2018-10-29Add part of oracle cloud buildKim Hagen
2018-10-23Separate files needed for different cloud providersKim Hagen
Fix serial console speed settings Add google cloud image generation
2018-10-21Set the kernel to 4.14.65 for now.Daniil Baturin
2018-10-01Update VyOS Kernel to 4.18.11Christian Poessinger
2018-09-18Update VyOS kernel to 4.18.8Christian Poessinger
2018-08-23T792: Update VyOS kernel to 4.18.4Christian Poessinger
2018-08-20T776: Update VyOS Kernel to latest 4.14.65Christian Poessinger
2018-08-17Add script that converts image to vhdKim Hagen
2018-08-17Add initial azure image buildingKim Hagen
2018-08-14T776: Update VyOS Kernel to latest 4.14.62Christian Poessinger
Submodule packages/vyos-kernel 1230876..713585a: > Merge tag 'v4.14.62' into linux-vyos-4.14.y
2018-08-12Docker build improvementsPeri Diane Jones
Fix missing dependencies and repositories, make the makefile exit with 1 if ISO file wasn't built.
2018-07-21Add Debian backports repo to the build.Daniil Baturin
2018-06-26T712: add configure options to simplify building images with custom packages.Daniil Baturin
2018-06-08Use os.makedirs instead of distutils stuff, make the configure script more ↵Daniil Baturin
verbose, pretty print build-config.json
2018-06-08Move the version.json file used by newer code to /usr/share/vyosDaniil Baturin
2018-06-06T596: replace + in new version format by -Christian Poessinger
The new version scheme was introduced in commit d2e4f63f03 ("T596: use a more descriptive dev build version format.". It superseeded the old 999.something version numbers. New version numbers for rolling releases are in the form of vyos-1.2.0-rolling+201806062125-amd64.iso but the '+' sign will be replaced by '%2B' when e.g. downloading the file via http(s), this may be confusing.
2018-05-20T561: split vyos and debian repos.Daniil Baturin
2018-05-15More fix for version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Fix Version is too large error when creating version to vagrant cloudYuya Kusakabe
2018-05-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
2018-05-15Fix version number for vagrant libvirt boxYuya Kusakabe
2018-05-15Reduce image bloat.Daniil Baturin
1. Do not install "recommended" packages 2. Do not keep apt indices in the binary image 3. Clean up firmware packages that are installed by metapackages but are not required for for network or storage hardware. 4. Revert vim to vim-tiny
2018-05-01Fix bad URI of vagrant box URLYuya Kusakabe
2018-05-01Fix build script for vagrant libvirt boxYuya Kusakabe
See Vagrant Version Constraints: https://www.vagrantup.com/docs/boxes/versioning.html#version-constraints
2018-04-05T596: use a more descriptive dev build version format.Daniil Baturin
2018-03-15T565: VyOS Kernel Update v4.14.26Christian Poessinger
2018-01-26T531: VyOS Kernel Update v4.4.113Christian Poessinger
2018-01-12T520: use the load balanced Debian mirror by default.Daniil Baturin
2018-01-11T422: include apt-transport-https in the bootstrap stage.Daniil Baturin
2018-01-11T519: fix paths and operation order in the makefile for correct repo setup.Daniil Baturin
2018-01-11Add some debugging capabilities to the build scripts.Daniil Baturin
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin