Skip to content

Commit

Permalink
Leave comment about live-build shim fix (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Aug 4, 2021
1 parent 00434f7 commit c89a0e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit c89a0e6

@ItzSwirlz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update: In Debian Unstable/Experimental this has been patched :)

Please sign in to comment.