Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
This reverts commit 5a3489861dc50e6bd4083993ad8065340f8f7c0f.
|
|
|
|
Debian Buster does no longer provide packages like netcat and netcat6
|
|
Build Debian upstream bgpq3 froum source:
$ git clone https://salsa.debian.org/debian/bgpq3.git
$ cd bgpq3
$ git checkout debian/0.1.33-1
$ dpkg-buildpackage -uc -us -tc -b
|
|
|
|
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.
|
|
|
|
As of now Linux Firmware was installed via vyos-firmware Debian package
which just wrapped the Git repositories content. As this just made
things harder - install the firmware files via build hook (as the used
to be installed like this in the good old days - before the have been
removed via 3f7186f69b)
|
|
|
|
|
|
|
|
https://repo.powerdns.com/ provides a package repository for Debian
8 which serves us automatically all security updates instead of
rebuilding the package by us.
This drops the maintenance of one additional package.
|
|
Kernel Firmware BLOBs will be delivered by the new vyos-firmware package
|
|
|
|
This reverts commit 6af43c03587072083db82b756c4b0b38290d0191.
Package gets moved into depends of vyos-1x
|
|
- native debian packages
|
|
|
|
disabled state on running system
- set default to disable too due to the fact that set firewall did expect that at one point. Primarily, IPSec could leak
data once a tunnel is established.
|
|
|
|
disabled state on running system
- disable send-redirects per default
|
|
Let disks settle to workaround issue with MD array not being detected.
|
|
In the future it may be made a CLI option.
|
|
|
|
|
|
apt-get download doesn't work right, so the hook for downloading
the grub-efi packages needs aptitude, sadly.
|
|
|
|
|
|
|
|
|
|
|
|
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced
an empty if; then fi clause which produces a BASH syntax error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|