commit: 875230d749cea066b6557d5eefdd3667ad35ef8d
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 13 20:34:33 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 20:34:33 2018 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=875230d7
bootloader-setup.sh: add missing "docache" param for grub menu
targets/support/bootloader-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/bootloader-setup.sh
b/targets/support/bootloader-setup.sh
index 0197b943..ecb1810b 100755
--- a/targets/support/bootloader-setup.sh
+++ b/targets/support/bootloader-setup.sh
@@ -379,7 +379,7 @@ case ${clst_hostarch} in
echo "}" >> ${iacfg}
echo "" >> ${iacfg}
echo "menuentry 'Boot LiveCD (kernel: ${x})
(cached)' --class gnu-linux --class os {" >> ${iacfg}
- echo " linux ${kern_subdir}/${x}
${default_append_line}" >> ${iacfg}
+ echo " linux ${kern_subdir}/${x}
${default_append_line} docache" >> ${iacfg}
echo " initrd ${kern_subdir}/${x}.igz" >>
${iacfg}
echo "}" >> ${iacfg}
echo "" >> ${iacfg}