Deleted obsolete patches
This commit is contained in:
parent
c4988bb0d8
commit
3bb9a1f20b
1 changed files with 0 additions and 10 deletions
10
build.sh
10
build.sh
|
@ -38,16 +38,6 @@ else
|
||||||
apt-get install -y binutils patch zstd debootstrap
|
apt-get install -y binutils patch zstd debootstrap
|
||||||
dpkg -i ./debs/*.deb
|
dpkg -i ./debs/*.deb
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 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 -f -d /usr/lib/live/build/ < live-build-fix-shim-remove.patch
|
|
||||||
|
|
||||||
# TODO: This can be removed when our Debian container has debootstrap 1.0.124 or later
|
|
||||||
# It's needed to support the new zstd .deb package compression that Ubuntu is doing
|
|
||||||
patch -f -d /usr/share/debootstrap/ < debootstrap-backport-zstd-support.patch
|
|
||||||
|
|
||||||
# Increase number of blocks for creating efi.img.
|
# Increase number of blocks for creating efi.img.
|
||||||
# This prevents error with "Disk full" on the lb binary_grub-efi stage
|
# This prevents error with "Disk full" on the lb binary_grub-efi stage
|
||||||
patch -f -d /usr/lib/live/build/ < increase_number_of_blocks.patch
|
patch -f -d /usr/lib/live/build/ < increase_number_of_blocks.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue