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 \
|
||||
-c "bash /home/ubuntu/$bin $epoch 2>&1 | head -c 65536"
|
||||
|
||||
#rm -f $basepath$filepath
|
||||
#rm -f $basepath$argpath
|
||||
rm -rf $basepath/tmp/$epoch
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# install
|
||||
yum install lxc lxc-template debootstrap
|
||||
yum install lxc lxc-templates debootstrap libvirt
|
||||
|
||||
# create container
|
||||
lxc-create -t download -n piston
|
||||
|
|
Loading…
Reference in New Issue