summaryrefslogtreecommitdiff
path: root/update-initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'update-initramfs')
-rwxr-xr-xupdate-initramfs3
1 files changed, 2 insertions, 1 deletions
diff --git a/update-initramfs b/update-initramfs
index 3c67f89..61f809e 100755
--- a/update-initramfs
+++ b/update-initramfs
@@ -410,7 +410,8 @@ altered_check()
mild_panic "${initramfs} does not exist. Cannot update."
fi
if ! compare_sha1; then
- mild_panic "${initramfs} has been altered. Cannot update."
+ echo "update-initramfs: ${initramfs} has been altered." >&2
+ mild_panic "update-initramfs: Cannot update. Override with -t option."
fi
}