Indentation fix

This commit is contained in:
Frans Pop 2008-11-13 00:23:14 +00:00
parent 5beea509c7
commit e37c9d5a1f
1 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,8 @@ if [ "$THISTYPE" = "isolinux" ]; then
if [ -n "$KERNEL_PARAMS" ]; then
# Substitute custom kernel params into the isolinux config
# file(s)
sed -i "/^[[:space:]]\+append .*--/ s|append|append $KERNEL_PARAMS|" boot$N/isolinux/*.cfg
sed -i "/^[[:space:]]\+append .*--/ s|append|append $KERNEL_PARAMS|" \
boot$N/isolinux/*.cfg
fi
else