use isolinux rather than

This commit is contained in:
Steve McIntyre 2008-06-08 22:32:11 +00:00
parent 55bd8d23b1
commit b4fd0dfd9b
1 changed files with 1 additions and 1 deletions

View File

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