Browse Source

* removed overlay/ code out of idunn's build.sh, it's handled by the output format now

legacy/try1
amery 18 years ago
parent
commit
2947fb8994
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      build.sh

+ 0
- 3
build.sh

@ -20,9 +20,6 @@ idunn_initrd_customize() {
rm -rf "$root/$x"
done
echo_status "Applying overlay..."
tar -C $base/target/$target/overlay -c -O . |
tar -C "$root" --same-owner --preserve -xf -
}
. $base/target/$SDECFG_TRG_MNEMOSYNE/build.sh

Loading…
Cancel
Save