summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2019-01-01T1131: disable vmtoolsd polling for now to avoid high CPU load.Daniil Baturin
In the future it may be made a CLI option.
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-29Add 'nls_ascii' to initramfs to avoid USB pendrive boot warningChristian Poessinger
2018-12-29Merge branch '1u-diy-server' into currentChristian Poessinger
* 1u-diy-server: Docs: 1U: Reorder pictures Docs: 1U: added some pictures Docs: 1U: move optional part to the end Docs: Initial description about a DIY 1U router Docs: Remove old Sphinx approach and link to new one
2018-12-29Docs: 1U: Reorder picturesChristian Poessinger
2018-12-29Docs: 1U: added some picturesChristian Poessinger
2018-12-29Docs: 1U: move optional part to the endChristian Poessinger
2018-12-29Docs: Initial description about a DIY 1U routerChristian Poessinger
2018-12-29Docs: Remove old Sphinx approach and link to new oneChristian Poessinger
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 dependenies for compiling pmacct and vyos-keepalived to DockerfileRunar Borge
2018-12-24Restructured example compilation code for easy readingRunar 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-18Added JenkinsfileChristian Poessinger
2018-12-18T1070 - docker build of vyos-strongswan (#31)runborg
* T1070 - Added packages and readme notes about building strongswan strongswan is easely built using a docker image, but needs special options to pass tests. Added notes in the readme about building it and building instructions * T1070 - Restructured build example for wyos-strongswan
2018-12-17Merge branch 'current' of github.com:vyos/vyos-build into currentKim Hagen
2018-12-17Revert "add rootdelay=300 to kernel command"Kim Hagen
This reverts commit 6cec49aa7c8d9b6aaa041b93b30ca9b260a843b5.
2018-12-17Revert "Add xenserver guest utils to the x86 image."hagbard
This reverts commit bdc97cb53126e17a6f7111daaf19ae95dbc4aa5a. Breaks the build due to pkg double assignment. PKG already installed. https://github.com/vyos/vyos-world/commit/fb3c399ffad359ec11660e723fb72b9864710029
2018-12-17Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2018-12-17Add xenserver guest utils to the x86 image.Daniil Baturin
2018-12-17T865: start bgpd with RPKI support.Daniil Baturin
2018-12-16add rootdelay=300 to kernel commandKim Hagen
2018-11-25Remove ofed-scripts, since we are using kernel built-in drivers now.Daniil Baturin
2018-11-25T996: add hyperv-daemons package.Daniil Baturin
2018-11-25T859: add aptitude to the default package lists.Daniil Baturin
apt-get download doesn't work right, so the hook for downloading the grub-efi packages needs aptitude, sadly.
2018-11-25T1042: Update Linux Kernel from 4.19 to 4.19.4Christian Poessinger
2018-11-23Update config.boot.defaultKim
2018-11-20Clarify the debootstrap stepDaniil Baturin
2018-11-14use 2017.7 version of the salt minionKim Hagen
2018-11-14update path for packages.txtKim Hagen
2018-11-14Add saltstack repoKim Hagen
2018-11-12Add modprobe option to allow unsupportef transceivers in ixgbe.Daniil Baturin
2018-11-12Merge pull request #29 from UnicronNL/currentKim
Add uefi to vyos-build
2018-11-12Add uefi to vyos-buildKim Hagen
2018-11-08cleanup: move files from vyos-build repo to vyos-1x where they are requiredChristian Poessinger
2018-11-07T959: remove 'vyos-igmpproxy' submodule as it's replaced by vyos-1xChristian Poessinger
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-27remove grub packagesUnicronNL
2018-10-27Add packages needed to build Azure imageUnicronNL
2018-10-25isc-dhcpv6-server: bugfix empty if; then fi clauseChristian Poessinger
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced an empty if; then fi clause which produces a BASH syntax error.