example script for creating vserver-based debian VM
[infrastructure.git] / scripts / debian01.sh
1 #!/bin/bash
2 ### requirement : yum install debootstrap
3 vserver debian01 build -m debootstrap \
4  --interface eth0:138.96.116.61/21 --hostname debian01.pl.sophia.inria.fr -- \
5  -d squeeze \
6  -m http://ftp2.fr.debian.org/debian/ -- \
7  --verbose --arch=i386 >& debian01.log