Skip to content

Commit

Permalink
update readme and update packerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
knmcguire committed Mar 25, 2022
1 parent 6d3b752 commit 7000fd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Here is a non-exhaustive list of what's included:

* This script has only been tested on a Linux machine, therefore it's recommended to use Linux to build the Bitcraze VM
* VirtualBox must be installed as well as the VirtualBox Extension Pack
* Virtual box guest additions
* [Packer](https://www.packer.io) (can be installed with `apt install packer`)

## Local build
Expand Down
3 changes: 1 addition & 2 deletions bitcrazeVM_createVM.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"guest_os_type": "Ubuntu_64",
"hard_drive_interface": "sata",
"http_directory": "http",
"iso_checksum": "e5bf713621b43207dead707396da29f6",
"iso_checksum_type": "md5",
"iso_checksum": "md5:e5bf713621b43207dead707396da29f6",
"iso_url": "http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso",
"shutdown_command": "echo {{user `password`}} | sudo -S shutdown -P now",
"ssh_password": "{{user `password`}}",
Expand Down
1 change: 0 additions & 1 deletion bitcrazeVM_provisionVM.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@
"vm-name": "BitcrazeVM"
}
}

0 comments on commit 7000fd6

Please sign in to comment.