summaryrefslogtreecommitdiff
path: root/data/live-build-config/includes.chroot
AgeCommit message (Collapse)Author
2021-04-09chroot: import modprobe.d/no-copybreak.conf from vyatta-cfg-systemChristian Poessinger
2021-04-03T2108: add main and backup minisign release keys.Daniil Baturin
2021-01-17Kernel: T3218: remove unavailable RSS parameter from intel driver optionsChristian Poessinger
This is a roundup commit to ae2279e ("Kernel: no longer build Intel out-of-tree NIC drivers") as the in-tree drivers do not support this option, the always use the maximum available number.
2020-12-15netplug: T3130: add VyOS specific helper scriptChristian Poessinger
2020-12-14netplug: T3130: replace vyos-netplug with upstream Debian versionChristian Poessinger
2020-11-13Revert "QAT: T2968: add support for Intel Atom C2000 platform"Christian Poessinger
This reverts commit b234558db422390ed4d995e9134fe91c37d6cc8f.
2020-10-17modules: T2984: Increase HW queuesDmitriyEshenko
2020-10-09QAT: T2968: add support for Intel Atom C2000 platformChristian Poessinger
2020-09-30QAT: T2932: Replace symlinks to filesDmitriyEshenko
2020-07-05T2678: Fixing massive memory usage with ssh and large number of routeskroy
2020-05-30QAT: import device configuration filesChristian Poessinger
2020-05-20systemd-bootchart: add configurationChristian Poessinger
2020-04-19chroot: T2340: add /etc/login.defsChristian Poessinger
2020-03-10T2118: Add fsck tools to initramfs imagekroy-the-rabbit
2020-02-28initramfs: T1971: Extended initramfs-hook scriptzsdc
Included: * libnss_dns.so.2 (required for DNS resolving from initramfs) * ca-certificates.crt (required for fetching files via HTTPS)
2020-02-25initramfs: T1971: Added initramfs-hook script for including moduleszsdc
The script allows include to initramfs or include and force to load any modules, listed inside. Initially, the script replaces the trick used for intel drivers
2020-02-05login: T1948: level node has been dropped from userChristian Poessinger
There is no sense in having a user level when infact there is only the one level "admin".
2020-01-25VMware: move additional files to vyos-1x-vmware packageChristian Poessinger
2019-12-27vmware-tools: import script file from vyos-vmwaretools-scripts repoChristian Poessinger
2019-09-20T1676: [equuleus] buster: update GRUB boot parameters during upgradeJohn Estabrook
2019-09-06openvpn: T1630: add sudo configuration for openvpn userChristian Poessinger
2019-07-31[intel] T1554: enable RSS and Multiqueue for Intel IGB/IXGBE driversChristian Poessinger
2019-04-16T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent.
2019-03-22T1310: use FQDN as hostname in config promptChristian Poessinger
2019-02-13T1245: autoload br_netfilter kernel module on startupChristian Poessinger
2019-01-02T1120: Add rootdelay=5 by default in grub.cfgdanhusan
Let disks settle to workaround issue with MD array not being detected.
2018-11-12Add modprobe option to allow unsupportef transceivers in ixgbe.Daniil Baturin
2018-11-08cleanup: move files from vyos-build repo to vyos-1x where they are requiredChristian Poessinger
2018-10-25isc-dhcpv6-server: bugfix empty if; then fi clauseChristian Poessinger
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced an empty if; then fi clause which produces a BASH syntax error.
2018-10-19isc-dhcpv6-server init script naming cleanupChristian Poessinger
2018-10-19T913: add startup script for dhcpv6-relayChristian Poessinger
2018-10-15T895: increase default log level for facility 'all'.Daniil Baturin
2018-10-14move getty conf to vyatta-cfg packageUnicronNL
2018-10-03T866: set the upgraded flag on update from 1.1.xDaniil Baturin
2018-08-30T811: add DHCPv6 init script to ISO imageChristian Poessinger
2018-05-17T574: set the hostname in the default config to make sure it's set correctly ↵Daniil Baturin
on boot.
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
2016-12-26run vyatta-router service before getty serviceKim Hagen
2016-12-26remove verbose systemd status setting from grubKim 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-02-09Add sshd.service file to cleanly close ssh sessions.Kim Hagen
2016-02-05Add post install script that will be used by squeeze versions of vyatta/vyos.Kim Hagen
2016-02-03Removed fuse.conf file, will be generated in hooksKim Hagen
2016-01-24Keep all common live-build config data in data/live-build-configDaniil Baturin
If more granular data modification is needed, it can be stored in other data/ subdirs.