forked from ungleich-public/cdist
change owner to root in initramfs
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
edf01900f3
commit
c829be2d40
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue