Installer: fix for previous commit
A tab symbol in the vmlinuz-detection patch was missing
This commit is contained in:
parent
3d38418ebc
commit
77db32f0fb
|
@ -293,7 +293,7 @@ find -maxdepth 1 -name *.deb | xargs apt-get --yes install
|
|||
# For older kernels, modify the Makefile to use an existing vmlinuz, if present
|
||||
# The patch only matches when debian-installer!43 (https://salsa.debian.org/installer-team/debian-installer/-/merge_requests/43) is not merged yet
|
||||
sed -i -e '/^\\tVMLINUXZ=/s|VMLINUXZ=|if [ ! -e \$(TREE)/boot/vmlinuz ]; then \\\\\\n\\tVMLINUXZ=|' build/Makefile
|
||||
sed -i -e '/^\\tmv -v \$\$VMLINUXZ/s|; \\\\|; \\\\\\n\\tfi \\\\|' build/Makefile
|
||||
sed -i -e '/^\\t\\tmv -v \$\$VMLINUXZ/s|; \\\\|; \\\\\\n\\tfi \\\\|' build/Makefile
|
||||
|
||||
# Build the installer
|
||||
cd build
|
||||
|
|
Loading…
Reference in New Issue