apt-get install socat, which is used to connect to the console

This commit is contained in:
Anthony Young 2010-12-29 16:07:41 -08:00
parent aa71b29518
commit eb0ba37ff9
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ if [ "$CMD" == "install" ]; then
sudo apt-get install -y user-mode-linux kvm libvirt-bin
sudo apt-get install -y screen euca2ools vlan curl rabbitmq-server
sudo apt-get install -y lvm2 iscsitarget open-iscsi
sudo apt-get install -y socat
echo "ISCSITARGET_ENABLE=true" | sudo tee /etc/default/iscsitarget
sudo /etc/init.d/iscsitarget restart
sudo modprobe kvm