diff options
author | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-08-15 20:51:02 +0200 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gmail.com> | 2009-08-15 21:21:40 +0200 |
commit | 22e9992cbc11dc7dfc757a3d94262fa762c73ea7 (patch) | |
tree | 0ebb96ce26710a4988720ab07b3915751c96215d /examples/tinderbox_config.py | |
parent | Added installation of example settings (diff) | |
download | collagen-22e9992cbc11dc7dfc757a3d94262fa762c73ea7.tar.gz collagen-22e9992cbc11dc7dfc757a3d94262fa762c73ea7.tar.bz2 collagen-22e9992cbc11dc7dfc757a3d94262fa762c73ea7.zip |
Updated installation instructionsrelease-1.0
also moved initialization data so that it is installed in /usr/share
Diffstat (limited to 'examples/tinderbox_config.py')
-rw-r--r-- | examples/tinderbox_config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tinderbox_config.py b/examples/tinderbox_config.py index d6c1d48..91bab3b 100644 --- a/examples/tinderbox_config.py +++ b/examples/tinderbox_config.py @@ -1,10 +1,10 @@ MATCHBOX_HOST="localhost" MATCHBOX_PORT=10000 -MK_CHROOT_SCRIPT="/usr/sbin/mktinderboxchroot.sh" +MK_CHROOT_SCRIPT="/usr/bin/mktinderboxchroot.sh" STAGE_TARBALL="/data/downloads/stage3-i686-2008.0.tar.bz2" -WORKDIR="/data/temp" +WORKDIR="/collagen" BASE_CHROOT=WORKDIR+"/collagen-base-chroot" WORK_CHROOT=WORKDIR+"/collagen-work-chroot" |