fixes changelog, and template name
This commit is contained in:
parent
de9eeefbaf
commit
855937e593
3 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
## Release 2.0 - 12 May 2017
|
||||
## Release 2.0 - 13 May 2017
|
||||
|
||||
- Brand new VM image using latest zesty ubuntu (64 bits)
|
||||
- Image created for Virtualbox 5.1.22
|
||||
- Pre-installed guest tools
|
||||
- Brand new VM image using latest zesty (x)ubuntu (64 bits)
|
||||
- Image created for Virtualbox 5.1.22, with guest-tools
|
||||
- Increase disk space to 20GB
|
||||
- Ready for shared-folder in Virtualbox
|
||||
- /build can store buildozer builds (specify with build_dir=/build/myapp)
|
||||
- Rewrite welcome document
|
||||
|
|
|
@ -64,7 +64,7 @@ build_dir = /build/myapp
|
|||
Virtualbox allows you to share a folder between your computer and the
|
||||
VM. To do, just:
|
||||
<ol>
|
||||
<li>Go into Devices < Shared Folders < Shared Folders Settings</li>
|
||||
<li>Go into Devices > Shared Folders > Shared Folders Settings</li>
|
||||
<li>Add a new folder, select the automount option</li>
|
||||
<li>Reboot the VM (that's easier)</li>
|
||||
<li>You'll find your new directory at <code>/media/sf_directoryname</code></li>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"description": "Build a Xubuntu Virtual Machine",
|
||||
"builders": [{
|
||||
"type": "virtualbox-iso",
|
||||
"name": "from-netboot-iso",
|
||||
"name": "kivy-buildozer-vm",
|
||||
"http_directory": "http",
|
||||
"iso_checksum": "6131e2cc90cf30407af18f3f1af16c54bf58ffc8",
|
||||
"iso_checksum_type": "sha1",
|
||||
|
|
Loading…
Add table
Reference in a new issue