* Fix KERNEL_PARAM breakage. Thanks to Vagrant Cascadian for the patch,
closes: #387255
This commit is contained in:
parent
9e09a70e04
commit
5a80e07493
|
@ -173,7 +173,9 @@ debian-cd (2.2.25) unstable; urgency=low
|
||||||
[ Steve McIntyre ]
|
[ Steve McIntyre ]
|
||||||
* Update Dependencies to allow installation/use on GNU/kFreeBSD. Thanks
|
* Update Dependencies to allow installation/use on GNU/kFreeBSD. Thanks
|
||||||
to Petr Salinger for the patch. Closes: #378977
|
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
|
-- Frans Pop <fjp@debian.org> Sat, 7 Oct 2006 05:13:59 +0200
|
||||||
|
|
||||||
debian-cd (2.2.24) unstable; urgency=low
|
debian-cd (2.2.24) unstable; urgency=low
|
||||||
|
|
|
@ -191,7 +191,7 @@ if [ "$NN" = "1" ]; then
|
||||||
if [ -n "$KERNEL_PARAMS" ]; then
|
if [ -n "$KERNEL_PARAMS" ]; then
|
||||||
# Substitute custom kernel params into the isolinux config
|
# Substitute custom kernel params into the isolinux config
|
||||||
# file.
|
# 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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue