From c89a0e6150cf0453d6b67d4448b4008aab44ee60 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Wed, 4 Aug 2021 16:57:13 +0100 Subject: [PATCH] Leave comment about live-build shim fix (#518) --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 8b687153c..96ba57247 100755 --- a/build.sh +++ b/build.sh @@ -30,6 +30,9 @@ apt-get install -y live-build patch ubuntu-keyring # https://salsa.debian.org/live-team/live-build/merge_requests/31 patch -d /usr/lib/live/build/ < live-build-fix-syslinux.patch +# TODO: This patch was submitted upstream at: +# https://salsa.debian.org/live-team/live-build/-/merge_requests/255 +# This can be removed when our Debian container has a version containing this fix patch -d /usr/lib/live/build/ < live-build-fix-shim-remove.patch # TODO: Remove this once debootstrap 1.0.117 or newer is released and available: