better anchor for search

This commit is contained in:
Steve McIntyre 2008-06-08 22:17:30 +00:00
parent 83ac3d95a3
commit 55bd8d23b1
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ if [ "$THISTYPE" = "isolinux" ]; 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(s) # file(s)
sed -i "/[[:space:]]\+append .*--/ s|append|append $KERNEL_PARAMS|" boot$N/$ISOLINUXDIR/*.cfg sed -i "/^[[:space:]]\+append .*--/ s|append|append $KERNEL_PARAMS|" boot$N/$ISOLINUXDIR/*.cfg
fi fi
else else