From 9c7e3b4ab3e89875b94831ed786af8b700ab363b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Mon, 4 Mar 2013 14:20:47 +0400 Subject: [PATCH] Fix install grub-1.99 --- .../3.1/3_ac_install_live/1-live/sys-boot/grub/update-grub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/templates/3.1/3_ac_install_live/1-live/sys-boot/grub/update-grub b/profiles/templates/3.1/3_ac_install_live/1-live/sys-boot/grub/update-grub index 009f1911b..b7acb2f60 100644 --- a/profiles/templates/3.1/3_ac_install_live/1-live/sys-boot/grub/update-grub +++ b/profiles/templates/3.1/3_ac_install_live/1-live/sys-boot/grub/update-grub @@ -8,3 +8,6 @@ echo "Configuring the grub" #?exists(/usr/sbin/grub-mkconfig,root)!=# CHROOT_PATH=#-cl_chroot_grub-# /usr/sbin/grub-mkconfig -o #-cl_chroot_path-#/boot/grub/grub.cfg 2>/dev/null #exists# +#?exists(/sbin/grub-mkconfig,root)!=# +CHROOT_PATH=#-cl_chroot_grub-# /sbin/grub-mkconfig -o #-cl_chroot_path-#/boot/grub/grub.cfg 2>/dev/null +#exists#