Skip to content

Commit 1dc2c77

Browse files
authored
Merge pull request #1127 from c-po/fix-initramfs
T8311: fix initramfs hook "dpkg-architecture: command not found"
2 parents 16733f4 + 39dc9c9 commit 1dc2c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • data/live-build-config/includes.chroot/etc/initramfs-tools/hooks

data/live-build-config/includes.chroot/etc/initramfs-tools/hooks/10-vyos-addons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"
3+
MULTIARCH="$(uname -m)-linux-gnu"
44
PREREQ=""
55
prereqs()
66
{

0 commit comments

Comments
 (0)