summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2018-06-21T703: add 'nmap' to utils package listChristian Poessinger
VyOS scripts do not use it, people certainly do.
2018-06-15T697: add openssh-client to the utils package list.Daniil Baturin
VyOS scripts do not use it, but people certainlt do.
2018-06-14T697: move lsof and iftop to the utils package list.Daniil Baturin
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-17T574: set the hostname in the default config to make sure it's set correctly ↵Daniil Baturin
on boot.
2018-05-15Re-enable installing recommended packages, disabling them breaks the image.Daniil Baturin
2018-05-15T637: remove tcpdump from the "extras" to move it to the vyos-1x dependencies.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-05-05T620: include iperf in the image.Daniil Baturin
2018-04-30T584: include Mellanox OFED drivers in the image.Daniil Baturin
2018-04-26T610: Add qemu-guest-agent into VyOS ISOChristian Poessinger
2018-04-20hooks: migrate from dnsmasq to pdns-recursorChristian Poessinger
2018-04-05T596: use a more descriptive dev build version format.Daniil Baturin
2018-03-26Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
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-02-19Better modify the rsyslog.conf we already have in vyatta-cfg-systemm (T552).Daniil Baturin
2018-02-19Enable journald log forwarding to syslog (fixes T552).Daniil Baturin
2018-01-11T519: make VyOS package mirror configurable.Daniil Baturin
2018-01-07T341: Add 'wakeonlan' tools to base imageChristian Poessinger
2018-01-06T379: Add support for UDP broadcast relayChristian Poessinger
2017-12-26Replace vim-tiny with vimChristian 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-12-01T386: add 'isolinux.cfg' to support boot timeoutChristian Poessinger
2017-12-01isolinux: replace titleChristian Poessinger
Instead of displaying "Boot menu", use "VyOS - Boot Menu".
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-08-28Use new ISO splash screenChristian Poessinger
Integrate splash.png which was designed for VyOS 1.2.x.
2017-08-28Cleanup isolinux boot menuChristian 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-12Unknown lvalue 'SysVConsole'Kim
2016-12-26run vyatta-router service before getty serviceKim Hagen
2016-12-26remove verbose systemd status setting from grubKim Hagen
2016-12-26boot systemd verbose through systemd config fileKim Hagen
2016-12-21Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-12-21lb-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-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-01ssh-session-cleanup.service should not executableKim Hagen
2016-09-01T18: Regression: jessie-based VyOS doesn't disconnect the SSH session before ↵Kim Hagen
reboot
2016-08-05prevent systemd from doing a clear screen before login promptKim Hagen
2016-08-05set systemd tasks verbose on bootKim Hagen
2016-05-24update clearfog script nameKim Hagen
add x86 specific packages to vyos-x86.list.chroot
2016-05-24add build options for clearfogKim Hagen
2016-04-13Merge branch 'current' of github.com:vyos/vyos-build into currentDaniil Baturin
2016-04-13For 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-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-09Add sshd.service file to cleanly close ssh sessions.Kim Hagen
2016-02-08Revert "Add libpam-systemd package to cleanly close ssh sessions."Kim Hagen
This reverts commit d414a3742ae9c257710b612419435791a31dc162.