update qemu module
This commit is contained in:
parent
19e4c10f4f
commit
4880353bc8
1 changed files with 15 additions and 0 deletions
15
extra/firstboot.sh
Normal file
15
extra/firstboot.sh
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue