From 1faecdc1d3ac8015dc57ae42ed0fdf94ba0948f4 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 25 May 2009 17:45:15 +0200 Subject: [PATCH] exit 0 on end of dracut --- dracut | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dracut b/dracut index 3d7930b..e81bc55 100755 --- 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 -- 2.7.4