* Fix KERNEL_PARAM breakage. Thanks to Vagrant Cascadian for the patch,

closes: #387255
This commit is contained in:
Steve McIntyre 2006-10-08 11:25:42 +00:00
parent 9e09a70e04
commit 5a80e07493
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -173,7 +173,9 @@ debian-cd (2.2.25) unstable; urgency=low
[ Steve McIntyre ]
* Update Dependencies to allow installation/use on GNU/kFreeBSD. Thanks
to Petr Salinger for the patch. Closes: #378977
* Fix KERNEL_PARAM breakage. Thanks to Vagrant Cascadian for the patch,
closes: #387255
-- Frans Pop <fjp@debian.org> Sat, 7 Oct 2006 05:13:59 +0200
debian-cd (2.2.24) unstable; urgency=low

View File

@ -191,7 +191,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