diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-09-30 13:31:55 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-09-30 13:31:55 -0700 |
commit | 519607f4202a0e0a4b22992d17836fd3753dd0ff (patch) | |
tree | 3c6f4b186327e41e34107f4a5fa3b8e2a52cbb1f /scripts/install-system | |
parent | e353784221348c589a0351903094e1b62cbdd40f (diff) | |
download | vyatta-cfg-quagga-519607f4202a0e0a4b22992d17836fd3753dd0ff.tar.gz vyatta-cfg-quagga-519607f4202a0e0a4b22992d17836fd3753dd0ff.zip |
Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3712
Diffstat (limited to 'scripts/install-system')
-rw-r--r-- | scripts/install-system | 4 |
1 files changed, 2 insertions, 2 deletions
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 |