~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to buildjail.sh

  • Committer: dcoles
  • Date: 2008-07-08 02:22:17 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:824
Setup: Try to make this `rm -rf` a little bit more safe. Don't let it cross FS 
boundaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
RELEASE=hardy
33
33
SECTIONS="main universe"
34
34
JAIL=jail
35
 
SYSTEMPACKAGES="python-cjson python-svn"
 
35
SYSTEMPACKAGES="python2.5 python-cjson python-svn"
36
36
STUDENTPACKAGES="python-numpy python-matplotlib python-scipy \
37
37
    python-beautifulsoup python-lxml python-imaging \
38
38
    python-simpletal python-nltk" # elementtree-1.3beta (needs tidy)
59
59
fi
60
60
 
61
61
echo "Building minimal Jail..."
62
 
sudo rm -rf $JAIL
 
62
sudo rm -rf --one-file-system $JAIL
63
63
sudo $DEBOOTSTRAP --components=`echo $SECTIONS | tr ' ' ','` \
64
64
    --include=ubuntu-keyring \
65
65
    --variant=minbase $RELEASE $JAIL $MIRROR