add some more comments

This commit is contained in:
Holger Levsen 2010-10-31 15:37:39 +00:00
parent d80776b219
commit eac42a78ca
1 changed files with 4 additions and 3 deletions

View File

@ -10,19 +10,20 @@
set -e set -e
# FIXME: ~holger is not the best path...
EDU_REPO=~holger/edu-build EDU_REPO=~holger/edu-build
DEBIAN_CD=~debian-cd/build/debian-cd DEBIAN_CD=~debian-cd/build/debian-cd
suite=squeeze-test-amd64-i386-netins # FIXME: we also want to build the DVD, but later
suite=squeeze-test-amd64-i386-netinst
# update pkglists from debian-edu svn repo # update pkglists from debian-edu svn repo
cd $EDU_REPO && svn up cd $EDU_REPO && svn up
# actually build the image
cd $DEBIAN_CD cd $DEBIAN_CD
grep -v '^#' $EDU_REPO/CD-administrator/wantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu grep -v '^#' $EDU_REPO/CD-administrator/wantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu
grep -v '^#' $EDU_REPO/CD-administrator/unwantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu-exclude grep -v '^#' $EDU_REPO/CD-administrator/unwantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu-exclude
# todo: # todo:
# call easy-build.sh correctly # call easy-build.sh correctly