Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | bugfix: disable TFTP server on system boot | Christian Poessinger | |
2018-08-27 | Revert "T692: do not start TFTP server on boot." | Christian Poessinger | |
This reverts commit 3388a3c0f9bb4782b1eb126739f2c63517274e9d. | |||
2018-08-27 | T792: add TFTP server functionality | Christian Poessinger | |
2018-08-27 | T692: do not start TFTP server on boot. | Daniil Baturin | |
2018-08-27 | T441: disable FRR. | Daniil Baturin | |
Running it with systemd when watchfrr is disabled causes systemd to think it's dead and restart it. | |||
2018-08-26 | T441: enable frr.service and disable watchfrr | Daniil Baturin | |
The issue with current watchfrr is that it restarts all daemons even if only one failed. | |||
2018-08-25 | T787: add a hook for disabling the StrongSWAN unity plugin that is ↵ | Daniil Baturin | |
interfering with DMVPN. | |||
2018-08-25 | T441: add a hook for updating FRR startup configs and creating empty daemon ↵ | Daniil Baturin | |
configs. | |||
2018-08-23 | T792: Update VyOS kernel to 4.18.4 | Christian Poessinger | |
2018-08-20 | T776: Update VyOS Kernel to latest 4.14.65 | Christian Poessinger | |
2018-08-17 | Add azure build to makefile | Kim Hagen | |
2018-08-17 | Add script that converts image to vhd | Kim Hagen | |
2018-08-17 | Add initial azure image building | Kim Hagen | |
2018-08-14 | T776: Update VyOS Kernel to latest 4.14.62 | Christian Poessinger | |
Submodule packages/vyos-kernel 1230876..713585a: > Merge tag 'v4.14.62' into linux-vyos-4.14.y | |||
2018-08-14 | Add vyos-wireguard submodule | Christian Poessinger | |
2018-08-12 | Docker build improvements | Peri Diane Jones | |
Fix missing dependencies and repositories, make the makefile exit with 1 if ISO file wasn't built. | |||
2018-07-21 | Add Debian backports repo to the build. | Daniil Baturin | |
2018-07-01 | Add docs | UnicronNL | |
2018-06-26 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2018-06-26 | T712: add configure options to simplify building images with custom packages. | Daniil Baturin | |
2018-06-25 | Merge pull request #19 from hagbard-01/current | Christian Poessinger | |
Remove nmap duplicate from data/live-build-config/package-lists/vyos-utils.list.chroot | |||
2018-06-25 | nmap was listed twice. | hagbard | |
2018-06-25 | Add aptitude and apt-rdepends to the dev package lists. They come in handy ↵ | Daniil Baturin | |
for untangling package dependencies. | |||
2018-06-25 | Merge branch 'master' into current | Daniil Baturin | |
Conflicts: README.md | |||
2018-06-24 | README.md: place QEMU and VMWare in dedicated chapter | Christian Poessinger | |
2018-06-24 | README.md: make it look more fancy | Christian Poessinger | |
2018-06-23 | README.md: use live-build instead of live-helper | Christian Poessinger | |
... as suggested by @hagbard-01 | |||
2018-06-23 | Break overly long lines. | Daniil Baturin | |
2018-06-23 | Break overly long lines. | Daniil Baturin | |
2018-06-23 | Merge branch 'current' | Daniil Baturin | |
2018-06-23 | Revert "Master branch README." | Daniil Baturin | |
This reverts commit 6d3fcf76bf829306bc812ba18eef186d8d165f66. | |||
2018-06-21 | T703: add 'nmap' to utils package list | Christian Poessinger | |
VyOS scripts do not use it, people certainly do. | |||
2018-06-15 | T697: add openssh-client to the utils package list. | Daniil Baturin | |
VyOS scripts do not use it, but people certainlt do. | |||
2018-06-14 | T697: move lsof and iftop to the utils package list. | Daniil Baturin | |
2018-06-09 | Typo fixes and improvements for the readme | Daniil Baturin | |
2018-06-08 | Use os.makedirs instead of distutils stuff, make the configure script more ↵ | Daniil Baturin | |
verbose, pretty print build-config.json | |||
2018-06-08 | Move the version.json file used by newer code to /usr/share/vyos | Daniil Baturin | |
2018-06-06 | T596: 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-06-04 | Added vyatta-quagga submodule | Christian Poessinger | |
2018-05-25 | Merge pull request #15 from mtudosoiu/current | Daniil Baturin | |
task #T555 && #T556 add tools/submod-mk and Dockerfile to vyos-build repository | |||
2018-05-20 | T561: split vyos and debian repos. | Daniil Baturin | |
2018-05-20 | Rename the hook for package cleanup to make room for other hooks, it should ↵ | Daniil Baturin | |
be executed last, or at least after all other steps that do package installation are complete. | |||
2018-05-17 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2018-05-17 | T574: set the hostname in the default config to make sure it's set correctly ↵ | Daniil Baturin | |
on boot. | |||
2018-05-15 | More fix for version number for vagrant libvirt box | Yuya Kusakabe | |
2018-05-15 | Fix Version is too large error when creating version to vagrant cloud | Yuya Kusakabe | |
2018-05-15 | Re-enable installing recommended packages, disabling them breaks the image. | Daniil Baturin | |
2018-05-15 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2018-05-15 | T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies. | Daniil Baturin | |
2018-05-15 | Fix version number for vagrant libvirt box | Yuya Kusakabe | |