Skip to content

Commit

Permalink
build: Add a debootstrap symlink for mantic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored and tintou committed Sep 18, 2023
1 parent 67f5288 commit 7fe462e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F6ECB3762474EDA9D21B702
# This can be removed when our Debian container has a version containing this fix
patch -d /usr/lib/live/build/ < 314-follow-symlinks-when-measuring-size-of-efi-files.patch

# TODO: Remove this once debootstrap has a script to build mantic images in our container:
# https://salsa.debian.org/installer-team/debootstrap/blob/master/debian/changelog
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/mantic

build () {
BUILD_ARCH="$1"

Expand Down

0 comments on commit 7fe462e

Please sign in to comment.