[ostree] gnomeos-update-branches: Don't copy kernel modules



commit a751185f00b0ec582c268de3c90259a23e323cc7
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 28 13:27:31 2012 -0500

    gnomeos-update-branches: Don't copy kernel modules
    
    No longer necessary now that we're storing them in /ostree/modules.

 gnomeos/yocto/gnomeos-update-branches.sh |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnomeos/yocto/gnomeos-update-branches.sh b/gnomeos/yocto/gnomeos-update-branches.sh
index eb73d48..f00e0c3 100755
--- a/gnomeos/yocto/gnomeos-update-branches.sh
+++ b/gnomeos/yocto/gnomeos-update-branches.sh
@@ -30,7 +30,6 @@ for branch in runtime devel; do
     if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
         ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
         ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
-        cp -ar /lib/modules/${uname} ${BRANCH_PREFIX}${branch}-${rev}/lib/modules/${uname}
     fi
     ln -sf ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current.new
     mv ${BRANCH_PREFIX}${branch}-current{.new,}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]