Browse Source

exit 0 on end of dracut

master
Harald Hoyer 15 years ago
parent
commit
1faecdc1d3
  1. 2
      dracut

2
dracut

@ -152,3 +152,5 @@ unset item @@ -152,3 +152,5 @@ unset item
( cd "$initdir"; find . |cpio -H newc -o |gzip -9 > "$outfile"; )

[[ "$beverbose" = "yes" ]] && ls -lh "$outfile"

exit 0
Loading…
Cancel
Save