summaryrefslogtreecommitdiff
path: root/data/live-build-config
AgeCommit message (Collapse)Author
2020-04-19chroot: T2340: add /etc/login.defsChristian Poessinger
2020-04-13ddclient: T2185: clean leftover files from base packageChristian Poessinger
2020-03-26pim: T1729: enable FRR PIM serviceDmitriyEshenko
2020-03-18mpls: T915: enable FRR ldpd service and modulesDmitriyEshenko
2020-03-10T2118: Add fsck tools to initramfs imagekroy-the-rabbit
2020-03-05vrf: T31: frr: do not use Linux network namespace as VRF backendChristian Poessinger
Without this change generated VRFs on the OS are not visible in FRR as they are not reported as beeing "up".
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-23vyos-utils: add ncurses-termChristian Poessinger
2020-02-13T2033: drop package vyos-replaceChristian Poessinger
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-02-02vyos-utils: remove dependency on iperf(3)Christian Poessinger
Dependency already satisfied in vyos-1x which holds the CLI wrapper.
2020-02-02vyos-utils: T640: add required dependency on systemd-sysvChristian Poessinger
2020-02-02vyos-utils: remove telnet as already a dependency in vyos-1xChristian Poessinger
2020-02-01hooks: delete unused documents from generated ISOChristian Poessinger
We do not need any documentation on the system - this frees 43MB.
2020-01-25VMware: move additional files to vyos-1x-vmware packageChristian Poessinger
2020-01-08live-tools: T1880: live-tools service hangs on reboothagbard
* live-tools.service is supposed to find and eject the live media, I think the package can be removed from the installation list or deinstalled before the iso is generated.
2019-12-27vmware-tools: import script file from vyos-vmwaretools-scripts repoChristian Poessinger
2019-12-02systemd: cryptsetup: we do not support encrypted volumesChristian Poessinger
2019-12-02systemd: igmpproxy: service is handled by VyOS CLIChristian Poessinger
2019-12-02systemd: ntp: service is handled by VyOS CLIChristian Poessinger
2019-12-02systemd: man: do not rebuild man db once a dayChristian Poessinger
2019-12-02systemd: pcscd: disable SmartCard serviceChristian Poessinger
PCSC is included via a dependency of wpa_supplicant. vyos@vyos:~$ apt-cache rdepends pcscd pcscd Reverse Depends: libpcsclite1 opensc libpcsclite1 vyos@vyos:~$ apt-cache rdepends libpcsclite1 libpcsclite1 Reverse Depends: pcscd wpasupplicant
2019-12-02systemd: apt: disable daily update serviceChristian Poessinger
As VyOS does not make use of APT for updating the system it is useless to run this service.
2019-12-02ndisc6: add ICMPv6 Neighbor Discovery toolChristian Poessinger
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12)
2019-11-29rsyslog: disabling rsyslog causes start issues if requiredhagbard
- socket.service can be found since disabling rsyslog removes the link to socket.service too and causes a dependency error
2019-11-29syslog: T1834: 'del system syslog' doesn't stop rsysloghagbard
- disable syslog.socket unit is not required, it's no service
2019-11-29syslog: T1834: 'del system syslog' doesn't stop rsysloghagbard
- disbled autostart at boot via systemd
2019-11-11hooks: synchronize Linux Firmware with current branchChristian Poessinger
Imported from commit 2382c90dc7a30d17628a11f9ff41f8c63867887a
2019-10-11acpid: enable acpid to enable power button triggered shutdownshagbard
2019-10-08systemd-disable - heartbeat.service disabledhagbard
2019-10-08systemd-services: disable pacemaker, corosync, wpa_supplicant, squidhagbard
- dusable their autostart at boot time via systemd defaults
2019-09-20T1676: [equuleus] buster: update GRUB boot parameters during upgradeJohn Estabrook
2019-09-14Merge branch 'current' of github.com:vyos/vyos-build into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-build: Jenkins: adjust description Jenkins: add build trigger Jenkins: deploy ISO to dev.packages.vyos.net Jenkins: remove individual package build and only build the ISO T1640: update Linux Kernel to v4.19.70 openvpn: T1630: add sudo configuration for openvpn user Docker: add graphviz to container T1598: enable vyos-hostsd by on startup.
2019-09-06openvpn: T1630: add sudo configuration for openvpn userChristian Poessinger
2019-08-21T1598: enable vyos-hostsd by on startup.Daniil Baturin
2019-08-19Merge branch 'current' into equuleusDaniil Baturin
2019-07-31[intel] T1554: enable RSS and Multiqueue for Intel IGB/IXGBE driversChristian Poessinger
2019-07-30Adjustments for the new equuleus repository.Daniil Baturin
2019-07-22Merge remote-tracking branch 'origin/current' into equuleusRunar Borge
fixed merge errors in: * scripts/live-build-config - kernel parameters * scripts/build-packages - fixed list of packages to compile
2019-07-01[service https] T1443: add nginx and ssl-cert packages; disable nginx onJohn Estabrook
boot.
2019-06-23bfd: T1183: enable FRR bfdd serviceChristian Poessinger
2019-06-19T1454: frr: remove no longer required watchfrr_optionsChristian Poessinger
Fixes the following startup warning: Jun 19 11:14:27 localhost watchfrr.sh: watchfrr_options contains a bash array value. The configured value is intentionally ignored since it is likely wrong. Please remove or fix the setting.
2019-06-19T1454: remove deprecated /etc/frr/daemons.confChristian Poessinger
File which was still present (but not of any problem) caused the following message: Jun 19 11:14:27 localhost watchfrr.sh: Reading deprecated /etc/frr/daemons.conf. Please move its settings to /etc/frr/daemons and remove it.
2019-06-19T1453: add missing nss-myhostname packageChristian Poessinger
Jun 18 17:56:10 localhost systemd-hostnamed[1434]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname! Jun 18 17:56:34 localhost sudo: root : unable to resolve host vyos-r1-brn
2019-05-28T1415: disable 24-efi_packages.chroot as it fails apply'ing by live-buildRunar Borge
The package grub-efi and grub-efi-amd64 is not existant on buster
2019-05-28T1414: disable failing 10-unmountfs.chroot and needs verificationRunar Borge
2019-05-24Packages/kernel: ensure proper initramfs handlingChristian Poessinger
When building the kernel with 'make deb-pkg' insted of 'make-kpkg' - which is the new official way - an initramfs will be deployed. This break's VyOS! Delete all possible initramfs image(s) before building the final VyOS initramfs image.
2019-05-08undo hooks: initramfs: add option to update an existing initramfsKim
this is to generate an initramfs if it does not exist, updating when not exist does not work and will break the image build process
2019-05-06Merge branch 'current' of github.com:vyos/vyos-build into equuleusChristian Poessinger
* 'current' of github.com:vyos/vyos-build: Jenkins: adjust artifacts to archive Jenkins: remove dbg packages before assembling ISO to reduce size hooks: initramfs: add option to update an existing initramfs Revert "hooks: initramfs: add option to remove an existing initramfs" T1366: Update Linux Kernel to v4.19.40 hooks: initramfs: add option to remove an existing initramfs Jenkins: list build packages Packages: add vyos-replace package to build procedure intel: remove debhelper depencendy on linux-image intel: set debhelper compat level to 9 Packages: add keepalived 2.0.10 to build procedure Docker: add additional dependencies for Debian keepalived repo Revert "Makefile: proper handle 'make iso' error codes" Revert "use bash as the shell for make" use bash as the shell for make add reprepro deploy script Packages: add net-snmp package to build procedure Packages: remove duplicate '-j' statement when building Kernel