debian-installer: update ld permissions patch.
This commit is contained in:
parent
742eb1c3ae
commit
747d5db6a2
2 changed files with 11 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=13
|
||||
VERSION=14
|
||||
EXTERNAL='deb-src http://ftp.debian.org/debian bullseye main'
|
||||
REPOKEY=0E98404D386FA1D9
|
||||
NETINST=true
|
||||
|
|
@ -139,7 +139,7 @@ grep -rl cdrom-core-modules- build/pkg-lists/ |xargs sed -i '/cdrom-core-modules
|
|||
grep -rl cdebconf-gtk-entropy build/config/ | xargs sed -i 's/cdebconf-gtk-entropy//'
|
||||
|
||||
# Ensure that ld-linux is executable
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/chmod_755_ld-linux.patch
|
||||
patch --no-backup-if-mismatch -p1 < $DATA/chmod_755_ld-linux2.patch
|
||||
|
||||
# HACK: include liblzma.so and liblz4.so from host into iso image, as runtime dependencies of zstd
|
||||
sed '/not packaged as a udeb/a\\tcp /lib/$(DEB_HOST_MULTIARCH)/liblzma.so.5* $(TREE)/lib/$(DEB_HOST_MULTIARCH)' -i build/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue