From d474a97ece25c62ec84a85add8fa4ba685df6166 Mon Sep 17 00:00:00 2001 From: Alexander Pavel Date: Thu, 29 Jun 2017 18:10:30 -0700 Subject: [PATCH 1/2] oem-vagrant-virtualbox: change oem-id to "vagrant-virtualbox" This changes the oem-id from "virtualbox" to "vagrant-virtualbox" to allow for more flexibility and add coreos-metadata support for this oem --- .../coreos-base/oem-vagrant-virtualbox/files/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/files/grub.cfg b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/files/grub.cfg index d062e9c0be..589ddb7654 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/files/grub.cfg +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/files/grub.cfg @@ -1,3 +1,3 @@ # CoreOS GRUB settings -set oem_id="virtualbox" +set oem_id="vagrant-virtualbox" From 0e863389e8d8de46271d41dff64ccd101c48d803 Mon Sep 17 00:00:00 2001 From: Alexander Pavel Date: Fri, 30 Jun 2017 13:58:34 -0700 Subject: [PATCH 2/2] oem-vagrant-virtualbox: update ebuild version to 0.0.2 --- ...tualbox-0.0.1.ebuild => oem-vagrant-virtualbox-0.0.2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/{oem-vagrant-virtualbox-0.0.1.ebuild => oem-vagrant-virtualbox-0.0.2.ebuild} (90%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.2.ebuild similarity index 90% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.2.ebuild index 3fcc22f441..e5b365c8c3 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2013 The CoreOS Authors +# Copyright 2017 The CoreOS Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5