We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00434f7 commit c89a0e6Copy full SHA for c89a0e6
build.sh
@@ -30,6 +30,9 @@ apt-get install -y live-build patch ubuntu-keyring
30
# https://salsa.debian.org/live-team/live-build/merge_requests/31
31
patch -d /usr/lib/live/build/ < live-build-fix-syslinux.patch
32
33
+# TODO: This patch was submitted upstream at:
34
+# https://salsa.debian.org/live-team/live-build/-/merge_requests/255
35
+# This can be removed when our Debian container has a version containing this fix
36
patch -d /usr/lib/live/build/ < live-build-fix-shim-remove.patch
37
38
# TODO: Remove this once debootstrap 1.0.117 or newer is released and available:
0 commit comments