diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 12:57:13 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 12:57:13 -0800 |
commit | 6b5e5b658ad0970f6f15243b0c289730e1c3140a (patch) | |
tree | abddf5c3832031619367b537bcf808c08cb522b6 /scripts | |
parent | 5b516cbeb01c86707f2bbfe2bcab4b9eca6800be (diff) | |
parent | d1467c353691d9c94311d31d1399f3ca73fab074 (diff) | |
download | vyatta-cfg-quagga-6b5e5b658ad0970f6f15243b0c289730e1c3140a.tar.gz vyatta-cfg-quagga-6b5e5b658ad0970f6f15243b0c289730e1c3140a.zip |
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into mendocino
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install/install-image-existing | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing index b05de08e..de58233e 100755 --- a/scripts/install/install-image-existing +++ b/scripts/install/install-image-existing @@ -215,6 +215,8 @@ if [ -e "$DEF_GRUB" ]; then mv $new_grub_cfg $old_grub_cfg fi +logger -p local3.warning -t "SystemImage" "System Image $NEWNAME has been added and made the default boot image" + echo 'Done.' # done |