exit 0 on end of dracut
authorHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 15:45:15 +0000 (17:45 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 15:50:10 +0000 (17:50 +0200)
dracut

diff --git a/dracut b/dracut
index 3d7930b..e81bc55 100755 (executable)
--- a/dracut
+++ b/dracut
@@ -152,3 +152,5 @@ unset item
 ( cd "$initdir"; find . |cpio -H newc -o |gzip -9 > "$outfile"; )
 
 [[ "$beverbose" = "yes" ]] && ls -lh "$outfile"
+
+exit 0
\ No newline at end of file