Skip to content

Commit

Permalink
[package] [kernel-osmc] initramfs: vero2: ensure initrd.img.gz is ava…
Browse files Browse the repository at this point in the history
…ilable for abootimg outside of target dir

Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
  • Loading branch information
samnazarko committed Feb 10, 2016
1 parent 3a81e08 commit ba195a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel-osmc/build.sh
Expand Up @@ -112,7 +112,7 @@ then
else
echo "This device requests an initramfs to be built, but not embedded"
pushd ../../initramfs-src/target
find . | cpio -H newc -o | gzip - > ../../initramfs-src/target/initrd.img.gz
find . | cpio -H newc -o | gzip - > ../../src/*linux*/initrd.img.gz
popd
fi
fi
Expand Down

0 comments on commit ba195a4

Please sign in to comment.