From 98102aacbe8e6cbe67f53ec2def86f04e51d8beb Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 23 Feb 2020 13:52:52 +0100 Subject: [PATCH] add a live-build hook to enable multiarchitecture https://wiki.debian.org/Multiarch/HOWTO --- config/hooks/normal/0450-enable-multiarch.hook.chroot | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 config/hooks/normal/0450-enable-multiarch.hook.chroot diff --git a/config/hooks/normal/0450-enable-multiarch.hook.chroot b/config/hooks/normal/0450-enable-multiarch.hook.chroot new file mode 100755 index 0000000..153cdc0 --- /dev/null +++ b/config/hooks/normal/0450-enable-multiarch.hook.chroot @@ -0,0 +1,3 @@ +#!/bin/bash +dpkg --add-architecture i386 +apt update \ No newline at end of file