From 4880353bc86de2636da21cdf19a638d03a054add Mon Sep 17 00:00:00 2001 From: vanzhiganov Date: Fri, 13 May 2016 18:25:06 +0300 Subject: [PATCH] update qemu module --- extra/firstboot.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extra/firstboot.sh diff --git a/extra/firstboot.sh b/extra/firstboot.sh new file mode 100644 index 0000000..d98ca93 --- /dev/null +++ b/extra/firstboot.sh @@ -0,0 +1,15 @@ +#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