From 6a758d4933d36f0b6b3257b3985bf3670c1a2a56 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 13 Apr 2014 16:52:13 -0700 Subject: Force ownership of files in building initramfs. --- gen_initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-65-gdbad