gnomeos-update-branches: Don't copy kernel modules

No longer necessary now that we're storing them in /ostree/modules.
This commit is contained in:
Colin Walters 2012-02-28 13:27:31 -05:00
parent 92c15d9364
commit a751185f00
1 changed files with 0 additions and 1 deletions

View File

@ -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,}