Age | Commit message (Collapse) | Author |
|
|
|
|
|
commit a91fea903 ("isc-dhcpv6-server init script naming cleanup") introduced
an empty if; then fi clause which produces a BASH syntax error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 3388a3c0f9bb4782b1eb126739f2c63517274e9d.
|
|
|
|
|
|
Running it with systemd when watchfrr is disabled causes systemd
to think it's dead and restart it.
|
|
The issue with current watchfrr is that it restarts all daemons
even if only one failed.
|
|
interfering with DMVPN.
|
|
configs.
|
|
|
|
for untangling package dependencies.
|
|
VyOS scripts do not use it, people certainly do.
|
|
VyOS scripts do not use it, but people certainlt do.
|
|
|
|
be executed last,
or at least after all other steps that do package installation are complete.
|
|
on boot.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Manage system.conf from file instead of hook.
Add comment to the files where they are managed
|
|
|
|
|
|
|
|
|
|
|