mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist: Update Vagrant packer files to include xstlproc and Ubuntu 16.04.3
This commit is contained in:
parent
2a454587b2
commit
cf148528c0
2
dist/tools/packer/preseed.cfg
vendored
2
dist/tools/packer/preseed.cfg
vendored
@ -26,7 +26,7 @@ d-i pkgsel/include string openssh-server ntp curl nfs-common build-essential \
|
||||
python-setuptools libusb-1.0-0 libusb-1.0-0-dev libudev-dev libftdi1 \
|
||||
libftdi-dev libftdipp1-dev libftdipp1-2v5 libhidapi-dev libhidapi-hidraw0 \
|
||||
libhidapi-libusb0 cmake autotools-dev autoconf pkg-config jimsh libtool \
|
||||
valgrind openocd python-serial python3-serial
|
||||
valgrind openocd python-serial python3-serial xsltproc
|
||||
|
||||
d-i pkgsel/install-language-support boolean false
|
||||
d-i pkgsel/update-policy select none
|
||||
|
8
dist/tools/packer/riot.json
vendored
8
dist/tools/packer/riot.json
vendored
@ -85,11 +85,11 @@
|
||||
"cpus": "1",
|
||||
"disk_size": "65536",
|
||||
"headless": "true",
|
||||
"iso_checksum": "f529548fa7468f2d8413b8427d8e383b830df5f6",
|
||||
"iso_checksum_type": "sha1",
|
||||
"iso_name": "ubuntu-16.04.2-server-amd64.iso",
|
||||
"iso_checksum": "a06cd926f5855d4f21fb4bc9978a35312f815fbda0d0ef7fdc846861f4fc4600",
|
||||
"iso_checksum_type": "sha256",
|
||||
"iso_name": "ubuntu-16.04.3-server-amd64.iso",
|
||||
"iso_path": "/Volumes/Storage/software/ubuntu",
|
||||
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso",
|
||||
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso",
|
||||
"memory": "1024",
|
||||
"preseed" : "preseed.cfg",
|
||||
"hostname": "vagrant",
|
||||
|
Loading…
Reference in New Issue
Block a user