change owner to root in initramfs

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-06-16 11:21:36 +02:00
parent edf01900f3
commit c829be2d40
1 changed files with 1 additions and 1 deletions

View File

@ -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}"