TG-552 fix templates:

* fix update-grub
pull/71/head
parent 2ee7ae8a55
commit d0cba4b809

@ -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=$?

Loading…
Cancel
Save