summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks
AgeCommit message (Collapse)Author
2018-12-29Add 'nls_ascii' to initramfs to avoid USB pendrive boot warningChristian Poessinger
2018-12-17T865: start bgpd with RPKI support.Daniil Baturin
2018-11-14update path for packages.txtKim Hagen
2018-11-12Add uefi to vyos-buildKim Hagen
2018-10-20T923: support SNMP integration with FRR routing daemonChristian Poessinger
2018-10-14T892: disable salt-minion service by defaultChristian Poessinger
2018-10-12T852: globally disable StrongSWAN FARP pluginChristian Poessinger
2018-09-25T769: disable starting StrongSWAN on boot.Daniil Baturin
2018-09-23T500: arp_filter blocks ARPs for VRRP virtual addressesChristian Poessinger
2018-08-27bugfix: disable TFTP server on system bootChristian Poessinger
2018-08-27Revert "T692: do not start TFTP server on boot."Christian Poessinger
This reverts commit 3388a3c0f9bb4782b1eb126739f2c63517274e9d.
2018-08-27T792: add TFTP server functionalityChristian Poessinger
2018-08-27T692: do not start TFTP server on boot.Daniil Baturin
2018-08-27T441: disable FRR.Daniil Baturin
Running it with systemd when watchfrr is disabled causes systemd to think it's dead and restart it.
2018-08-26T441: enable frr.service and disable watchfrrDaniil Baturin
The issue with current watchfrr is that it restarts all daemons even if only one failed.
2018-08-25T787: add a hook for disabling the StrongSWAN unity plugin that is ↵Daniil Baturin
interfering with DMVPN.
2018-08-25T441: add a hook for updating FRR startup configs and creating empty daemon ↵Daniil Baturin
configs.
2018-05-20Rename 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-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
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-04-20hooks: migrate from dnsmasq to pdns-recursorChristian Poessinger
2018-02-21Manage config files with included files instead of echo, sed etc. (#16)Kim
Manage system.conf from file instead of hook. Add comment to the files where they are managed
2018-01-06T379: Add support for UDP broadcast relayChristian Poessinger
2017-12-08Added 'mdns-repeater' submoduleChristian Poessinger
Submodule is a fork of https://github.com/lucasec/mdns-repeater w/ extensions to add Debian packaging and systemd support.
2017-12-08Remove 'vyos-cfg-avahi' submodule (superseeded) (T378)Christian Poessinger
Using AVAHI as mDNS reflector has the big disadvantage that the reflection interface can not be specified. It will reflect the mDNS messages on ALL interfaces. A new technique called mDNS repeater based upon https://github.com/vyos/mdns-repeater will be used in the future.
2017-09-02Do not start avahi-daemon on bootChristian Poessinger
2017-09-02do not start conntrackd on bootUnicronNL
2017-09-02Create home directory on loginUnicronNL
2017-05-12Unknown lvalue 'SysVConsole'Kim
2016-12-26boot systemd verbose through systemd config fileKim Hagen
2016-09-15T152: VyOS developer builds ship with an easy-to-guess user and passwordKim Hagen
2016-09-01stop accepting locale on the serverKim Hagen
2016-09-01T18: Regression: jessie-based VyOS doesn't disconnect the SSH session before ↵Kim Hagen
reboot
2016-05-24add build options for clearfogKim Hagen
2016-03-27add vyos-remove package and remove ddclient dhclient hookKim Hagen
2016-03-11Include non-free firmware in the image (ref T15).Kim Hagen
2016-02-05Add binary hook for backwards compatibility and a hook that creates symlinks ↵Kim Hagen
for vmlinuz and initrd.img.
2016-02-03Add hook that prevent services from starting at boot.Kim Hagen
2016-02-03Add hooks or live-build.Kim Hagen