From d474a97ece25c62ec84a85add8fa4ba685df6166 Mon Sep 17 00:00:00 2001 From: Alexander Pavel Date: Thu, 29 Jun 2017 18:10:30 -0700 Subject: [PATCH] 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"