aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-04-13 16:52:13 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2014-04-13 16:52:13 -0700
commit81b2d47d33f0973556e88975fbcc66b442c81764 (patch)
tree3145f520ca14ad7811394b0a72e888c41b1de8d6
parentMake it possible to turn off all of the on-exit cleanup. (diff)
downloadgenkernel-81b2d47d33f0973556e88975fbcc66b442c81764.tar.gz
genkernel-81b2d47d33f0973556e88975fbcc66b442c81764.tar.bz2
genkernel-81b2d47d33f0973556e88975fbcc66b442c81764.zip
Force ownership of files in building initramfs.
-rwxr-xr-xgen_initramfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 61f0c41..070dffc 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -2,7 +2,7 @@
# $Id$
COPY_BINARIES=false
-CPIO_ARGS="--quiet -o -H newc"
+CPIO_ARGS="--quiet -o -H newc --owner root:root --force-local"
# The copy_binaries function is explicitly released under the CC0 license to
# encourage wide adoption and re-use. That means: