Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Without this change generated VRFs on the OS are not visible in FRR as they
are not reported as beeing "up".
|
|
Included:
* libnss_dns.so.2 (required for DNS resolving from initramfs)
* ca-certificates.crt (required for fetching files via HTTPS)
|
|
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
|
|
|
|
|
|
There is no sense in having a user level when infact there is only the one
level "admin".
|
|
Dependency already satisfied in vyos-1x which holds the CLI wrapper.
|
|
|
|
|
|
We do not need any documentation on the system - this frees 43MB.
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
As VyOS does not make use of APT for updating the system it is useless
to run this service.
|
|
(cherry picked from commit 3206c774c70dc87aaf7301b111f82df8d897bb12)
|
|
- socket.service can be found since disabling rsyslog removes
the link to socket.service too and causes a dependency error
|
|
- disable syslog.socket unit is not required, it's no service
|
|
- disbled autostart at boot via systemd
|
|
Imported from commit 2382c90dc7a30d17628a11f9ff41f8c63867887a
|
|
|
|
|
|
- dusable their autostart at boot time via systemd defaults
|
|
|
|
* '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.
|
|
|
|
|
|
|
|
|
|
|
|
fixed merge errors in:
* scripts/live-build-config
- kernel parameters
* scripts/build-packages
- fixed list of packages to compile
|
|
boot.
|
|
|
|
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.
|
|
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.
|
|
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
|
|
The package grub-efi and grub-efi-amd64 is not existant on buster
|
|
|
|
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.
|
|
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
|
|
* '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
|