We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16733f4 + 39dc9c9 commit 1dc2c77Copy full SHA for 1dc2c77
1 file changed
data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"
+MULTIARCH="$(uname -m)-linux-gnu"
4
PREREQ=""
5
prereqs()
6
{
0 commit comments