mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Use "|" rather than "/" as a sed separator in the etch boot-amd64 and
boot-i386 scripts. Closes: #342344
This commit is contained in:
parent
5e5a31750c
commit
b9dab72c03
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -112,6 +112,9 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
|
||||
* Fix the new Packages file generation to cope with LOCAL packages
|
||||
too. A simple change to add checking for /local/ ; hopefully it
|
||||
will do the trick.
|
||||
|
||||
* Use "|" rather than "/" as a sed separator in the etch boot-amd64
|
||||
and boot-i386 scripts. Closes: #342344
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 8 Dec 2005 22:53:16 +0000
|
||||
|
||||
|
@ -88,7 +88,7 @@ fi
|
||||
if [ -n "$KERNEL_PARAMS" ]; then
|
||||
# Substitute custom kernel params into the isolinux config
|
||||
# file.
|
||||
sed -i "s/append /append $KERNEL_PARAMS/" boot$N/isolinux/isolinux.cfg
|
||||
sed -i "s|append |append $KERNEL_PARAMS|" boot$N/isolinux/isolinux.cfg
|
||||
fi
|
||||
|
||||
# write final lines to mkisofs_opts
|
||||
|
@ -167,7 +167,7 @@ if [ "$NN" = "1" ]; then
|
||||
if [ -n "$KERNEL_PARAMS" ]; then
|
||||
# Substitute custom kernel params into the isolinux config
|
||||
# file.
|
||||
sed -i "s/append /append $KERNEL_PARAMS/" boot$N/isolinux/isolinux.cfg
|
||||
sed -i "s|append |append $KERNEL_PARAMS|" boot$N/isolinux/isolinux.cfg
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user