Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-19 | Enable journald log forwarding to syslog (fixes T552). | Daniil Baturin | |
2018-01-11 | T519: make VyOS package mirror configurable. | Daniil Baturin | |
2018-01-07 | T341: Add 'wakeonlan' tools to base image | Christian Poessinger | |
2018-01-06 | T379: Add support for UDP broadcast relay | Christian Poessinger | |
2017-12-26 | Replace vim-tiny with vim | Christian Poessinger | |
2017-12-08 | Added 'mdns-repeater' submodule | Christian Poessinger | |
Submodule is a fork of https://github.com/lucasec/mdns-repeater w/ extensions to add Debian packaging and systemd support. | |||
2017-12-08 | Remove '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-12-01 | T386: add 'isolinux.cfg' to support boot timeout | Christian Poessinger | |
2017-12-01 | isolinux: replace title | Christian Poessinger | |
Instead of displaying "Boot menu", use "VyOS - Boot Menu". | |||
2017-09-02 | Do not start avahi-daemon on boot | Christian Poessinger | |
2017-09-02 | do not start conntrackd on boot | UnicronNL | |
2017-09-02 | Create home directory on login | UnicronNL | |
2017-08-28 | Use new ISO splash screen | Christian Poessinger | |
Integrate splash.png which was designed for VyOS 1.2.x. | |||
2017-08-28 | Cleanup isolinux boot menu | Christian Poessinger | |
Remove the following nodes in isolinux boot menu: * Install (nothing happens) * Graphical Install (nothing happens) * Advanced option * HDT (file not found error) * memtest86+ (nothing happens) Users simply just want to install VyOS. If memtest is required, someone can simply just spin up a Debian/Ubuntu ISO. | |||
2017-05-12 | Unknown lvalue 'SysVConsole' | Kim | |
2016-12-26 | run vyatta-router service before getty service | Kim Hagen | |
2016-12-26 | remove verbose systemd status setting from grub | Kim Hagen | |
2016-12-26 | boot systemd verbose through systemd config file | Kim Hagen | |
2016-12-21 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-12-21 | lb-config improvements: force firmware packages to be added to the image, | Daniil Baturin | |
and make security mirror configurable. XXX: need to find out how to make --security work too. | |||
2016-09-15 | T152: VyOS developer builds ship with an easy-to-guess user and password | Kim Hagen | |
2016-09-01 | stop accepting locale on the server | Kim Hagen | |
2016-09-01 | ssh-session-cleanup.service should not executable | Kim Hagen | |
2016-09-01 | T18: Regression: jessie-based VyOS doesn't disconnect the SSH session before ↵ | Kim Hagen | |
reboot | |||
2016-08-05 | prevent systemd from doing a clear screen before login prompt | Kim Hagen | |
2016-08-05 | set systemd tasks verbose on boot | Kim Hagen | |
2016-05-24 | update clearfog script name | Kim Hagen | |
add x86 specific packages to vyos-x86.list.chroot | |||
2016-05-24 | add build options for clearfog | Kim Hagen | |
2016-04-13 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-04-13 | For the ARM porting story: add copying a package list with arch-specific ↵ | Daniil Baturin | |
packages to the build-flavour script. Right now it only includes grub-pc. | |||
2016-03-27 | add vyos-remove package and remove ddclient dhclient hook | Kim Hagen | |
2016-03-11 | Include non-free firmware in the image (ref T15). | Kim Hagen | |
2016-02-09 | Add sshd.service file to cleanly close ssh sessions. | Kim Hagen | |
2016-02-08 | Revert "Add libpam-systemd package to cleanly close ssh sessions." | Kim Hagen | |
This reverts commit d414a3742ae9c257710b612419435791a31dc162. | |||
2016-02-08 | Add libpam-systemd package to cleanly close ssh sessions. | Kim Hagen | |
2016-02-05 | Add binary hook for backwards compatibility and a hook that creates symlinks ↵ | Kim Hagen | |
for vmlinuz and initrd.img. | |||
2016-02-05 | Add post install script that will be used by squeeze versions of vyatta/vyos. | Kim Hagen | |
2016-02-03 | Merge branch 'current' of github.com:vyos/vyos-build into current | Daniil Baturin | |
2016-02-03 | Add a script for copying various files to the build config dir depending on ↵ | Daniil Baturin | |
build flavour. | |||
2016-02-03 | Add hook that prevent services from starting at boot. | Kim Hagen | |
2016-02-03 | Removed fuse.conf file, will be generated in hooks | Kim Hagen | |
2016-02-03 | Add hooks or live-build. | Kim Hagen | |
2016-02-02 | Add some more useful stuff to the utils package list. | Daniil Baturin | |
2016-02-01 | Add vyos-world to the base packagelist. | Daniil Baturin | |
2016-02-01 | Add grub2 to base package list, is needed for installs. | Kim Hagen | |
2016-01-24 | Add VyOS package repo, hardcoded for now. | Daniil Baturin | |
This will be a configure option eventually. | |||
2016-01-24 | Keep all common live-build config data in data/live-build-config | Daniil Baturin | |
If more granular data modification is needed, it can be stored in other data/ subdirs. | |||
2015-12-18 | Add package lists support. | Daniil Baturin | |
The idea is that package lists in data/package-lists/common/ will be used by all build flavours, while special individual build flavours may have their own additional package lists defined by configure options. | |||
2015-12-18 | Add image data includes copying step to the makefile. | Daniil Baturin | |