diff options
Diffstat (limited to 'scripts/install/install-image-existing')
-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 |