Skip to content

Commit

Permalink
[package] [kernel-osmc] initramfs: for platforms embedding initramfs …
Browse files Browse the repository at this point in the history
…(Pi, Vero 1), do not copy target/ to kernel source

Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
  • Loading branch information
samnazarko committed Feb 10, 2016
1 parent 8d533b8 commit 3a81e08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/kernel-osmc/build.sh
Expand Up @@ -108,8 +108,7 @@ then
if ((($FLAGS_INITRAMFS & $INITRAMFS_EMBED) == $INITRAMFS_EMBED))
then
echo "This device requests an initramfs to be embedded"
cp -ar ../../initramfs-src/target osmc-initramfs
export RAMFSDIR=$(pwd)/osmc-initramfs
export RAMFSDIR=$(pwd)/../../initramfs-src/target
else
echo "This device requests an initramfs to be built, but not embedded"
pushd ../../initramfs-src/target
Expand Down

0 comments on commit 3a81e08

Please sign in to comment.