summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_grub
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-08-16 10:48:16 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:40 +0100
commit3ef56108907e1e353410103267fbfa475dd131d1 (patch)
tree3809f0f7c24655bb53579859b58bdc86be433fda /helpers/lh_binary_grub
parentc4c0f319aee706cb29f952af2cf80d7a3d2e9cd3 (diff)
downloadvyos-live-build-3ef56108907e1e353410103267fbfa475dd131d1.tar.gz
vyos-live-build-3ef56108907e1e353410103267fbfa475dd131d1.zip
Removing surrounded braces from LH_BOOTAPPEND_INSTALL - it is expanded by sed, not the shell.
Diffstat (limited to 'helpers/lh_binary_grub')
-rwxr-xr-xhelpers/lh_binary_grub2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_grub b/helpers/lh_binary_grub
index 741badeb0..1c9a8046d 100755
--- a/helpers/lh_binary_grub
+++ b/helpers/lh_binary_grub
@@ -89,7 +89,7 @@ Grub_install_entry ()
fi
LINUX_INSTALL="${LINUX_INSTALL}\ntitle\t\tDebian GNU/Linux - ${LABEL}"
- LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} ${LH_BOOTAPPEND_INSTALL}"
+ LINUX_INSTALL="${LINUX_INSTALL}\nkernel\t\t/${KERNEL} ${APPEND} LH_BOOTAPPEND_INSTALL"
LINUX_INSTALL="${LINUX_INSTALL}\ninitrd\t\t/${INITRD}"
}