agent/vm/firstboot.sh

16 lines
297 B
Bash
Raw Normal View History

2016-05-21 20:15:52 +00:00
#firstrun.sh
# This script will run the first time the virtual machine boots
# It is ran as root.
# Expire the user account
passwd -e administrator
# Install openssh-server
apt-get update
apt-get install -qqy --force-yes openssh-server
locale-gen en_US.UTF-8
locale-gen ru_RU.UTF-8
locale-gen