summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xscripts/install/install-image-existing2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 857c5eac..d629b9d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vyatta-cfg-system (0.18.21) unstable; urgency=low
+
+ * Bugfix 6101: Make a syslog record when a new image is added.
+
+ -- Bob Gilligan <gilligan@vyatta.com> Sun, 21 Nov 2010 03:08:06 -0800
+
vyatta-cfg-system (0.18.20) unstable; urgency=low
* Bring tunnel down before deleting
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