Skip to content

Commit

Permalink
textual changes to VM files
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
KrisThielemans committed Jul 31, 2022
1 parent 6ac0d70 commit 2772354
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
4 changes: 4 additions & 0 deletions VirtualBox/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

Up to v3.1.0, these files were part of a separate repository. The log
entries below only apply up to that version therefore.
See the [main CHANGES.md](../CHANGES.md) for changes since then.

# 3.1.0
- update to SIRF 3.1.0
- `update_VM_to_full_CIL.sh` is preferred way to install CIL. `CIL_LITE` is set to `ON` during SuperBuild.
Expand Down
15 changes: 0 additions & 15 deletions VirtualBox/NOTICE.txt

This file was deleted.

4 changes: 2 additions & 2 deletions VirtualBox/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CC SyneRBI Virtual Machine: Build your own VM

This project contains a series of files and scripts to create and install a virtual machine running [SIRF](https://github.com/SyneRBI/SIRF) and its prerequisites. If you just want to download and use a pre-built VM, it can be downloaded from our [website](http://www.ccpsynerbi.ac.uk/downloads), just check the
[installation instructions](INSTALL.md) and our [wiki](https://github.com/SyneRBI/SyneRBI_VM/wiki)
This folder contains a series of files and scripts to create and install a virtual machine running [SIRF](https://github.com/SyneRBI/SIRF) and its prerequisites. If you just want to download and use a pre-built VM, it can be downloaded from our [website](http://www.ccpsynerbi.ac.uk/downloads), just check the
[installation instructions](INSTALL.md) and our [documentation](documentation/RAEDME.md)
for basic usage.

The remainder of this file documents how to build your own VM.
Expand Down
2 changes: 1 addition & 1 deletion VirtualBox/VM_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
2 changes: 1 addition & 1 deletion VirtualBox/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Vagrant.configure("2") do |config|
"--medium", "emptydrive"
]

vb.name = "SIRF 3.2.0"
vb.name = "SIRF 3.3.0"
vb.customize ["modifyvm", :id,
"--clipboard", "bidirectional",
"--vram", "32"]
Expand Down

0 comments on commit 2772354

Please sign in to comment.