From 2df809705d670993096e841173f565323d93da8a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 30 Nov 2012 15:06:57 +0100 Subject: Using hash rather than pipe as sed separator for writing boot parameters into bootloader configurations (Closes: #694723). --- scripts/build/binary_yaboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binary_yaboot') diff --git a/scripts/build/binary_yaboot b/scripts/build/binary_yaboot index 4838cf351..8fc5a64dd 100755 --- a/scripts/build/binary_yaboot +++ b/scripts/build/binary_yaboot @@ -269,7 +269,7 @@ case "${LB_BINARY_IMAGES}" in # Configure yaboot templates sed -i -e "s|LINUX_LIVE|${LINUX_LIVE}|" -e "s|LINUX_INSTALL|${LINUX_INSTALL}|" binary/yaboot/yaboot.conf - sed -i -e "s|LB_BOOTAPPEND_INSTALL|${LB_BOOTAPPEND_INSTALL}|" -e "s|LB_BOOTAPPEND_LIVE|${LB_BOOTAPPEND_LIVE}|" binary/yaboot/yaboot.conf + sed -i -e "s#LB_BOOTAPPEND_INSTALL#${LB_BOOTAPPEND_INSTALL}#" -e "s#LB_BOOTAPPEND_LIVE#${LB_BOOTAPPEND_LIVE}#" binary/yaboot/yaboot.conf sed -i -e "s|LB_DATE|$(date +%Y%m%d)|" -e "s|LB_VERSION|${VERSION}|" binary/yaboot/boot.msg ;; esac -- cgit v1.2.3