summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2008-03-16 10:37:17 +0100
committerThomas Bächler <thomas@archlinux.org>2008-03-16 10:37:17 +0100
commit1f8eed5b46629c3e38207349b505251e3c0cde1c (patch)
treecdc7222fdae34a3ca17fd1b4474c6fa816ac5ed7 /mkinitcpio
parent26ac10c5a63494aa939e8113e9d54c102acde5bd (diff)
downloadmkinitcpio-1f8eed5b46629c3e38207349b505251e3c0cde1c.tar.gz
mkinitcpio-1f8eed5b46629c3e38207349b505251e3c0cde1c.tar.xz
Remove a warning during image generation
Diffstat (limited to 'mkinitcpio')
-rwxr-xr-xmkinitcpio1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 31c435e..e3489b6 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -284,7 +284,6 @@ if [ -n "$GENIMG" ]; then
if [ -z "${SAVELIST}" ]; then
rm ${FILELIST}
fi
- rm ${MESSAGEFILE}
else
echo ":: Dry run complete, use -g IMAGE to generate a real image"
fi