summaryrefslogtreecommitdiffstats
path: root/mkinitcpio
diff options
context:
space:
mode:
Diffstat (limited to 'mkinitcpio')
-rw-r--r--mkinitcpio3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 61ace57..90eef75 100644
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -139,9 +139,6 @@ if [ -f "${FILELIST}" -a "x${APPEND}" == "x" ]; then
echo "destination file list '${FILELIST}' exists - remove before running"
exit 1
fi
-elif [ -f "${DESTIMG}" ]; then
- echo "destination image '${DESTIMG}' exists - remove before running"
- exit 1
else
touch "${FILELIST}"
fi