diff --git a/profiles/templates/3_ac_install_live/1-merge/sys-boot/grub/update-grub b/profiles/templates/3_ac_install_live/1-merge/sys-boot/grub/update-grub index d7bd48b0b..62a97f6db 100644 --- a/profiles/templates/3_ac_install_live/1-merge/sys-boot/grub/update-grub +++ b/profiles/templates/3_ac_install_live/1-merge/sys-boot/grub/update-grub @@ -36,8 +36,10 @@ grep_modules() { before_mods=( $(grep_modules) ) #?ac_install_disk==on# -LANG=#-install.os_install_locale_locale /bin/chroot #-cl_chroot_path-# grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null +/bin/chroot #-cl_chroot_path-# grub-install &>/dev/null +LANG=#-install.os_install_locale_locale-# /bin/chroot #-cl_chroot_path-# grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null #!ac_install_disk# +/usr/sbin/grub-install &>/dev/null /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg &>/dev/null #ac_install_disk# res=$?