From c829be2d40d110dcdccb043df82f0ae95cffb181 Mon Sep 17 00:00:00 2001
From: Nico Schottelius <nico@wurzel.schottelius.org>
Date: Tue, 16 Jun 2015 11:21:36 +0200
Subject: [PATCH] change owner to root in initramfs

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
---
 hacking/v3-busybox/create_initramfs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hacking/v3-busybox/create_initramfs.sh b/hacking/v3-busybox/create_initramfs.sh
index 70bc77ed..61171d0d 100755
--- a/hacking/v3-busybox/create_initramfs.sh
+++ b/hacking/v3-busybox/create_initramfs.sh
@@ -29,7 +29,7 @@ zcat /boot/initramfs-linux-fallback.img | cpio -i
 
 
 # Create new initramfs
-find . | cpio -H newc -o | gzip
+find . | cpio -H newc -R root -o | gzip
 
 # echo ${initramfs_dir}
 rm -rf "${initramfs_dir}"