Browse Source

Merge pull request #91 from dracut-mailing-devs/1437470322-992-1-git-send-email-cfan@redhat.com

remove the incomplete .img file
master
Harald Hoyer 9 years ago
parent
commit
3177d12d2b
  1. 1
      dracut.sh

1
dracut.sh

@ -1690,6 +1690,7 @@ if ! ( @@ -1690,6 +1690,7 @@ if ! (
| $compress >> "$outfile"
); then
dfatal "dracut: creation of $outfile failed"
rm -f $outfile
exit 1
fi
dinfo "*** Creating initrd image file '$outfile' done ***"

Loading…
Cancel
Save