From 65e75f65588b33ca23789f747b1d437cbc4a033d Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Mon, 27 Jan 2020 21:43:01 +0100 Subject: [PATCH] Revert "Align on virtualbox recommendations (use vmsvga with 10M of vram) and align json files for fetching last isos" This reverts commit 6d07aea19f8e98f3f2124f6fdb04cd3aa9b61a20. --- cloud.json | 2 +- local.json | 14 +------------- vagrant.json | 12 ------------ 3 files changed, 2 insertions(+), 26 deletions(-) diff --git a/cloud.json b/cloud.json index 9aee4e2..a098165 100644 --- a/cloud.json +++ b/cloud.json @@ -1,6 +1,6 @@ { "variables": { - "iso_url": "https://mirror.pkgbuild.com/iso/latest/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso", + "iso_url": "https://mirror.pkgbuild.com/iso/latest/archlinux-2019.10.01-x86_64.iso", "iso_checksum_url": "https://mirror.pkgbuild.com/iso/latest/sha1sums.txt", "iso_checksum_type": "sha1", "disk_size": "20480", diff --git a/local.json b/local.json index 1c89f31..c5fd59a 100644 --- a/local.json +++ b/local.json @@ -1,7 +1,7 @@ { "variables": { - "iso_url": "https://mirror.pkgbuild.com/iso/latest/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso", + "iso_url": "https://mirror.pkgbuild.com/iso/latest/archlinux-2019.10.01-x86_64.iso", "iso_checksum_url": "https://mirror.pkgbuild.com/iso/latest/sha1sums.txt", "iso_checksum_type": "sha1", "disk_size": "20480", @@ -40,18 +40,6 @@ "{{.Name}}", "--cpus", "{{user `cpus`}}" - ], - [ - "modifyvm", - "{{.Name}}", - "--graphicscontroller", - "vmsvga" - ], - [ - "modifyvm", - "{{.Name}}", - "--vram", - "10" ] ], "boot_command": [ diff --git a/vagrant.json b/vagrant.json index c22d295..7284d50 100644 --- a/vagrant.json +++ b/vagrant.json @@ -40,18 +40,6 @@ "{{.Name}}", "--cpus", "{{user `cpus`}}" - ], - [ - "modifyvm", - "{{.Name}}", - "--graphicscontroller", - "vmsvga" - ], - [ - "modifyvm", - "{{.Name}}", - "--vram", - "10" ] ], "boot_command": [ -- GitLab