summarylogtreecommitdiffstats
path: root/fix_grub_install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_grub_install.patch')
-rw-r--r--fix_grub_install.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix_grub_install.patch b/fix_grub_install.patch
new file mode 100644
index 000000000000..1d5a9efa321b
--- /dev/null
+++ b/fix_grub_install.patch
@@ -0,0 +1,12 @@
+diff -Naur a/program/sh/install_grub.sh b/program/sh/install_grub.sh
+--- a/program/sh/install_grub.sh 2010-07-14 12:53:44.000000000 +0800
++++ b/program/sh/install_grub.sh 2015-10-26 14:15:50.935032106 +0800
+@@ -79,7 +79,7 @@
+
+
+ echo "Generating grub.cfg ..."
+-target_cmd "$target_dir" update-grub
++target_cmd "$target_dir" grub-mkconfig -o /boot/grub/grub.cfg
+
+
+ if [ $? -eq 0 ] ; then