Browse Source

dracut: set ownership to root.root for all files

master
Harald Hoyer 16 years ago
parent
commit
926b2c3337
  1. 2
      dracut

2
dracut

@ -238,7 +238,7 @@ if [ "$do_strip" = "yes" ] ; then @@ -238,7 +238,7 @@ if [ "$do_strip" = "yes" ] ; then
done
fi

( cd "$initdir"; find . |cpio -H newc -o |gzip -9 > "$outfile"; )
( cd "$initdir"; find . |cpio -R 0:0 -H newc -o |gzip -9 > "$outfile"; )

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


Loading…
Cancel
Save