From 926b2c33374e03a70b5035e404f873b5e1cfa217 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 14 Aug 2009 16:18:05 +0200 Subject: [PATCH] dracut: set ownership to root.root for all files --- dracut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut b/dracut index f738a63a8..6e470777c 100755 --- a/dracut +++ b/dracut @@ -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" -- 2.47.3