summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-17T1592: update Linux Kernel to v4.19.67Christian Poessinger
2019-08-17Packages: remove obsolete vyatta-openvpnChristian Poessinger
2019-08-16do not disable metadata for openstack imagesUnicronNL
2019-08-10Merge pull request #58 from dmaasland/vmware-key-fixDaniil Baturin
Fix default key path
2019-08-10Fix default key pathDonny Maasland
2019-08-07Merge pull request #53 from thepill/thepill-patch-1Christian Poessinger
Add note about building the image on non-linux systems using docker
2019-08-05T1562: change version scheme on current branch used for rolling releasesChristian Poessinger
2019-07-31[intel] T1554: enable RSS and Multiqueue for Intel IGB/IXGBE driversChristian Poessinger
2019-07-25Change default debug user password to "debuguser"Daniil Baturin
2019-07-19Revert "pdns-recursor: T1476: update PowerDNS recursor to 4.2 series"Christian Poessinger
This reverts commit aa19625ae1db029e162a9f29af6bd8ff782ff9ff.
2019-07-18Add note about building the image on non-linux systems using dockerBenjamin Pill
Currently it is only working on linux systems (using docker)
2019-07-16Merge pull request #52 from DmitriyEshenko/patch-2Christian Poessinger
Update README.md
2019-07-12Add default hostnameUnicronNL
2019-07-05Update README.mdEshenko Dmitriy
Add `apt-get update -o Acquire::Check-Valid-Until=false` for fix error `...jessie-backports/InRelease is expired. Updates for this repository will not be applied.`
2019-07-04Detailed branch naming explanation.Daniil Baturin
2019-07-02T1502: include vyos-smoketest in the dev builds.Daniil Baturin
2019-07-01[service https] T1443: add nginx and ssl-cert packages; disable nginx onJohn Estabrook
boot.
2019-06-25Typo fixDaniil Baturin
s/security updated/security updates/
2019-06-23pdns-recursor: T1476: update PowerDNS recursor to 4.2 seriesChristian Poessinger
2019-06-23Kernel: T1473: update to v4.19.54Christian Poessinger
2019-06-23bfd: T1183: enable FRR bfdd serviceChristian Poessinger
2019-06-19T1454: frr: remove no longer required watchfrr_optionsChristian Poessinger
Fixes the following startup warning: Jun 19 11:14:27 localhost watchfrr.sh: watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting.
2019-06-19T1454: remove deprecated /etc/frr/daemons.confChristian Poessinger
File which was still present (but not of any problem) caused the following message: Jun 19 11:14:27 localhost watchfrr.sh: Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it.
2019-06-19T1453: add missing nss-myhostname packageChristian Poessinger
Jun 18 17:56:10 localhost systemd-hostnamed[1434]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! Jun 18 17:56:34 localhost sudo: root : unable to resolve host vyos-r1-brn
2019-06-18Merge pull request #50 from runborg/revert-49-update-to-apply-argsKim
T1445: Revert "Update to apply arguments"
2019-06-18Revert "Update to apply arguments (#49)"runborg
This reverts commit 0d8e2d76169bf70b7dc4707d496d227d57629bb6.
2019-06-18T1444: Update Linux Kernel to 4.19.52Christian Poessinger
2019-06-16Update to apply arguments (#49)Tomohiro Nakamura
2019-06-16T1327: add serial console (115200,8n1) to ISO kernel command-lineChristian Poessinger
2019-06-04T1410: Upgrade Linux Kernel to 4.19.48Christian Poessinger
2019-05-28Packages: clean, fetch and keep options are mutually exclusiveChristian Poessinger
... as it makes no sense to keep and clean a package or any other combination.
2019-05-28Packages: add '--keep' option to not clean packagesChristian Poessinger
By default all git repos are reset using 'git reset --hard' and cleaned using 'git clean -x -d -f'. A developer sometimes would like to keep his changes and thus the --keep option was added.
2019-05-28Packages: do not create obsolete 'data/kernel_version' fileChristian Poessinger
2019-05-28T1410: Upgrade Linux Kernel to 4.19.46Christian Poessinger
2019-05-26Packages/modules: install accel-ppp and wireguard modules into right locationChristian Poessinger
... previously the modules have been installed into /lib/modules/4.14.45 and not 4.14.45-amd64-vyos.
2019-05-24Packages: add live-boot package to build procedureChristian Poessinger
2019-05-24Packages/kernel: ensure proper initramfs handlingChristian Poessinger
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image.
2019-05-23Docker: adjust dependencies on vyatta-iproute packageChristian Poessinger
2019-05-23T1402: Update Linux Kernel to 4.19.45Christian Poessinger
2019-05-23Remove obsolete 'data/kernel_version' fileChristian Poessinger
2019-05-21update cloud buildsUnicronNL
2019-05-13intel: remove bash debug flag (-x) when building driversChristian Poessinger
2019-05-13Remove build-kernel helper scriptChristian Poessinger
Logic is available via scripts/build-package helper.
2019-05-13T1378: extend version file with Git commit IDChristian Poessinger
The Git commit ID will be crucial for the future when the full VyOS build can be reproduced by the one Git commit ID, thus start recording it in the version file.
2019-05-12Add arm64 docker file.UnicronNL
2019-05-12rename amd64 to arm for packer downloadUnicronNL
2019-05-12Add Dockerfile for armhf.UnicronNL
Remove pkg-build.sh file and reference in Dockerfile
2019-05-09Docs: move custom 1U baremetal router to vyos-documentationChristian Poessinger
2019-05-08undo hooks: initramfs: add option to update an existing initramfsKim
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process
2019-05-06Jenkins: adjust artifacts to archiveChristian Poessinger