diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-11-21 03:05:45 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-11-21 03:05:45 -0800 |
commit | 91f80c111f756cd03bee41463370d2b40c960641 (patch) | |
tree | d1f368b08575f9a2bade79b7168ac7d3ee227a4e /scripts | |
parent | 6a9f575f6530e753baaa1dd66b9befd119695ed5 (diff) | |
download | vyatta-cfg-quagga-91f80c111f756cd03bee41463370d2b40c960641.tar.gz vyatta-cfg-quagga-91f80c111f756cd03bee41463370d2b40c960641.zip |
Bugfix 6101: Make a syslog record when a new image is added.
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 |