From 91f80c111f756cd03bee41463370d2b40c960641 Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Sun, 21 Nov 2010 03:05:45 -0800 Subject: Bugfix 6101: Make a syslog record when a new image is added. --- scripts/install/install-image-existing | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3