We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d851548 commit 6867177Copy full SHA for 6867177
data/architectures/amd64.toml
@@ -14,5 +14,4 @@ packages = [
14
"vyos-intel-ixgbevf",
15
"mlnx-ofed-kernel-modules",
16
"mlnx-tools",
17
- "openvpn-dco",
18
]
data/architectures/arm64.toml
@@ -5,5 +5,7 @@ additional_repositories = [
5
kernel_flavor = "arm64-vyos"
6
7
# Packages included in ARM64 images by default
8
-packages = ["grub-efi-arm64", "openvpn-dco"]
+packages = [
9
+ "grub-efi-arm64",
10
+]
11
bootloaders = "grub-efi"
0 commit comments