diff options
-rwxr-xr-x | bootstrap | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -410,7 +410,7 @@ if ! test -d "${MTOOLS}"/sys/emus/bin; then # FIXME: no hard code test -d bootstrap \ || git clone ${CHAINS}/bootstrap.git; cd bootstrap; - git checkout 1b2f37f939ed56278fcc2fc09d3bb2934a32443c; + git checkout 4a1313497953f31a9ecfd3a2f82b24e92b845789; ## seed rootfs # @@ -738,6 +738,13 @@ ${MTOOLS}/sys/emus/bin/proot \ # cd "${BASE}"; if ! test -f rootfs-${TARGET}.tgz; then + + find mcmtools-${TARGET}/sys \ + -mindepth 1 -maxdepth 1 -type f -name '._*' -delete \ + ; + + rm -fr mcmtools-${TARGET}/sys/tc; + tar -C mcmtools-${TARGET}/sys \ -pczf rootfs-${TARGET}.tgz \ . \ |