diff options
author | Thomas Bächler <thomas@archlinux.org> | 2008-03-16 10:37:17 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2008-03-16 10:37:17 +0100 |
commit | 1f8eed5b46629c3e38207349b505251e3c0cde1c (patch) | |
tree | cdc7222fdae34a3ca17fd1b4474c6fa816ac5ed7 | |
parent | 26ac10c5a63494aa939e8113e9d54c102acde5bd (diff) | |
download | mkinitcpio-1f8eed5b46629c3e38207349b505251e3c0cde1c.tar.gz mkinitcpio-1f8eed5b46629c3e38207349b505251e3c0cde1c.tar.xz |
Remove a warning during image generation
-rwxr-xr-x | mkinitcpio | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |