Changeset View
Changeset View
Standalone View
Standalone View
files/disable-installer-warning.patch
| From c78d4bc441cd4225ba88ef0402bc1a6441e1b325 Mon Sep 17 00:00:00 2001 | From 098858f74e62849a205f7d35ccc4ebb7ec3daf35 Mon Sep 17 00:00:00 2001 | ||||
| From: =?UTF-8?q?S=C3=B6nke=20Behrendt?= <thesoenke@outlook.com> | From: Philipp Trulson <philipp@trulson.de> | ||||
| Date: Sun, 4 Dec 2016 15:01:15 +0100 | Date: Thu, 10 Jan 2019 19:32:46 +0100 | ||||
| Subject: [PATCH 1/1] Disable installer warning | Subject: [PATCH 1/1] Disable installer warning | ||||
| --- | --- | ||||
| bin/vagrant | 5 ----- | bin/vagrant | 5 ----- | ||||
| 1 file changed, 5 deletions(-) | 1 file changed, 5 deletions(-) | ||||
| diff --git a/bin/vagrant b/bin/vagrant | diff --git a/bin/vagrant b/bin/vagrant | ||||
| index d515430..ad690d6 100755 | index 0e6abdcef..cb36e9cf9 100755 | ||||
| --- a/bin/vagrant | --- a/bin/vagrant | ||||
| +++ b/bin/vagrant | +++ b/bin/vagrant | ||||
| @@ -113,11 +113,6 @@ begin | @@ -155,11 +155,6 @@ begin | ||||
| logger.debug("Creating Vagrant environment") | end | ||||
| env = Vagrant::Environment.new(opts) | end | ||||
| - if !Vagrant.in_installer? && !Vagrant.very_quiet? | - if !Vagrant.in_installer? && !Vagrant.very_quiet? | ||||
| - # If we're not in the installer, warn. | - # If we're not in the installer, warn. | ||||
| - env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false) | - env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false) | ||||
| - end | - end | ||||
| - | - | ||||
| begin | # Acceptable experimental flag values include: | ||||
| # Execute the CLI interface, and exit with the proper error code | # | ||||
| exit_status = env.cli(argv) | # Unset - Disables experimental features | ||||
| -- | -- | ||||
| 2.11.0 | 2.20.1 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.