#!/bin/bash
# To build a complete Image for any dreambox do following:

# 1.) create a lokal directory for your new dreambox cdk and change into this new directory
# 2.) check out tuxbox-cvs branch "dreambox":
export CVS_RSH=ssh
cvs -d anoncvs@cvs.tuxbox.org:/cvs/tuxbox -z3 co -P -rdreambox .

# 3.) change into "cdk" directory
cd cdk

# 4.) "chmod ugo+x prepare"
chmod ugo+x prepare

# 5.) "./prepare <dm7000, dm500, dm56x0> ( dm7000 is default )
./prepare dm7000

# 6.) "make checkout" ( this updates many parts of the CVS to HEAD branch )
make checkout

