updated notes and clean up
This commit is contained in:
parent
b26d1b5b45
commit
e75ae5365e
|
@ -72,5 +72,4 @@ lxc-attach -n piston -- \
|
||||||
/bin/su ubuntu \
|
/bin/su ubuntu \
|
||||||
-c "bash /home/ubuntu/$bin $epoch 2>&1 | head -c 65536"
|
-c "bash /home/ubuntu/$bin $epoch 2>&1 | head -c 65536"
|
||||||
|
|
||||||
#rm -f $basepath$filepath
|
rm -rf $basepath/tmp/$epoch
|
||||||
#rm -f $basepath$argpath
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# install
|
# install
|
||||||
yum install lxc lxc-template debootstrap
|
yum install lxc lxc-templates debootstrap libvirt
|
||||||
|
|
||||||
# create container
|
# create container
|
||||||
lxc-create -t download -n piston
|
lxc-create -t download -n piston
|
||||||
|
|
Loading…
Reference in New Issue