Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-22 | Merge remote-tracking branch 'origin/current' into equuleus | Runar Borge | |
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile | |||
2019-07-20 | Packages: remove vyatta-op-dhcp-server | Christian Poessinger | |
2019-07-20 | Packages: default to equuleus branch | Christian Poessinger | |
2019-07-20 | Docker: add pached debootstrap | Christian Poessinger | |
2019-07-19 | Revert "pdns-recursor: T1476: update PowerDNS recursor to 4.2 series" | Christian Poessinger | |
This reverts commit aa19625ae1db029e162a9f29af6bd8ff782ff9ff. | |||
2019-07-16 | Merge pull request #52 from DmitriyEshenko/patch-2 | Christian Poessinger | |
Update README.md | |||
2019-07-12 | Add default hostname | UnicronNL | |
2019-07-05 | Update README.md | Eshenko 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-04 | Detailed branch naming explanation. | Daniil Baturin | |
2019-07-02 | T1502: include vyos-smoketest in the dev builds. | Daniil Baturin | |
2019-07-01 | [service https] T1443: add nginx and ssl-cert packages; disable nginx on | John Estabrook | |
boot. | |||
2019-06-25 | Typo fix | Daniil Baturin | |
s/security updated/security updates/ | |||
2019-06-23 | pdns-recursor: T1476: update PowerDNS recursor to 4.2 series | Christian Poessinger | |
2019-06-23 | Kernel: T1473: update to v4.19.54 | Christian Poessinger | |
2019-06-23 | bfd: T1183: enable FRR bfdd service | Christian Poessinger | |
2019-06-20 | Merge pull request #51 from runborg/equuleus | Christian Poessinger | |
T1413: T1412: compilation of netplug and xe-guest-utilities | |||
2019-06-20 | T1413: T1412: compilation of netplug and xe-guest-utilities is now fixed in ↵ | Runar Borge | |
equuleus | |||
2019-06-19 | T1454: frr: remove no longer required watchfrr_options | Christian 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-19 | T1454: remove deprecated /etc/frr/daemons.conf | Christian 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-19 | T1453: add missing nss-myhostname package | Christian 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-18 | Merge pull request #50 from runborg/revert-49-update-to-apply-args | Kim | |
T1445: Revert "Update to apply arguments" | |||
2019-06-18 | Revert "Update to apply arguments (#49)" | runborg | |
This reverts commit 0d8e2d76169bf70b7dc4707d496d227d57629bb6. | |||
2019-06-18 | T1444: Update Linux Kernel to 4.19.52 | Christian Poessinger | |
2019-06-16 | Update to apply arguments (#49) | Tomohiro Nakamura | |
2019-06-16 | T1327: add serial console (115200,8n1) to ISO kernel command-line | Christian Poessinger | |
2019-06-04 | T1410: Upgrade Linux Kernel to 4.19.48 | Christian Poessinger | |
2019-05-29 | Merge pull request #47 from runborg/equuleus | Christian Poessinger | |
2019-05-28 | Update kernel arguments, enable isolinux serial and disable systemd ifnames | Runar Borge | |
* The kernel is now sending console to ttyS0, this makes debugging with `qemu -nographic` hard, this is fixed by this commit * Buster activates systemd ifname'ing, this needs to be disabled to make our naming scheme work | |||
2019-05-28 | T1415: disable 24-efi_packages.chroot as it fails apply'ing by live-build | Runar Borge | |
The package grub-efi and grub-efi-amd64 is not existant on buster | |||
2019-05-28 | T1414: disable failing 10-unmountfs.chroot and needs verification | Runar Borge | |
2019-05-28 | T1412, T1413: remove non installable paclage vyos-xe-guest-utilities and ↵ | Runar Borge | |
vyos-netplug These packages is for now not installable in buster and breaks the live-build process | |||
2019-05-28 | Packages: clean, fetch and keep options are mutually exclusive | Christian Poessinger | |
... as it makes no sense to keep and clean a package or any other combination. | |||
2019-05-28 | Packages: add '--keep' option to not clean packages | Christian 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-28 | Packages: do not create obsolete 'data/kernel_version' file | Christian Poessinger | |
2019-05-28 | T1410: Upgrade Linux Kernel to 4.19.46 | Christian Poessinger | |
2019-05-26 | Packages/modules: install accel-ppp and wireguard modules into right location | Christian Poessinger | |
... previously the modules have been installed into /lib/modules/4.14.45 and not 4.14.45-amd64-vyos. | |||
2019-05-24 | Packages: add live-boot package to build procedure | Christian Poessinger | |
2019-05-24 | Packages/kernel: ensure proper initramfs handling | Christian 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-23 | Docker: adjust dependencies on vyatta-iproute package | Christian Poessinger | |
2019-05-23 | T1402: Update Linux Kernel to 4.19.45 | Christian Poessinger | |
2019-05-23 | Remove obsolete 'data/kernel_version' file | Christian Poessinger | |
2019-05-23 | Docker: replace libmysqld-dev with libmariadb-dev for net-snmp | Christian Poessinger | |
2019-05-21 | update cloud builds | UnicronNL | |
2019-05-13 | intel: remove bash debug flag (-x) when building drivers | Christian Poessinger | |
2019-05-13 | Remove build-kernel helper script | Christian Poessinger | |
Logic is available via scripts/build-package helper. | |||
2019-05-13 | T1378: extend version file with Git commit ID | Christian 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-12 | Add arm64 docker file. | UnicronNL | |
2019-05-12 | rename amd64 to arm for packer download | UnicronNL | |
2019-05-12 | Add Dockerfile for armhf. | UnicronNL | |
Remove pkg-build.sh file and reference in Dockerfile | |||
2019-05-09 | Docs: move custom 1U baremetal router to vyos-documentation | Christian Poessinger | |