From 519607f4202a0e0a4b22992d17836fd3753dd0ff Mon Sep 17 00:00:00 2001 From: rbalocca Date: Tue, 30 Sep 2008 13:31:55 -0700 Subject: Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712 --- scripts/install-system | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/install-system') diff --git a/scripts/install-system b/scripts/install-system index 7229cfda..15a4285e 100644 --- a/scripts/install-system +++ b/scripts/install-system @@ -897,12 +897,12 @@ install_grub () { fi fi - # if union install tell grub-setup + # if union install tell vyatta-grub-setup if eval "$UNION"; then version=$(egrep -i version /opt/vyatta/etc/version | awk '{ print $3 }') grub_args="-u $version" fi - if /opt/vyatta/sbin/grub-setup $grub_args "$ROOT_PARTITION" "$grub_options" /mnt/rootfs >>$INSTALL_LOG + if /opt/vyatta/sbin/vyatta-grub-setup $grub_args "$ROOT_PARTITION" "$grub_options" /mnt/rootfs >>$INSTALL_LOG then echo "OK" else -- cgit v1.2.3