Indentation fix
This commit is contained in:
parent
5beea509c7
commit
e37c9d5a1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue