2023-01-10 10:27:06 +01:00
|
|
|
From 4e68a53d0053b1b8b6d18c0a7d86776d8cb800f7 Mon Sep 17 00:00:00 2001
|
2016-04-12 19:31:48 +02:00
|
|
|
From: Antonio Terceiro <terceiro@debian.org>
|
|
|
|
Date: Sat, 11 Oct 2014 16:54:58 -0300
|
2023-01-17 14:51:02 +01:00
|
|
|
Subject: [PATCH 01/12] bin/vagrant: silence warning about installer
|
2016-04-12 19:31:48 +02:00
|
|
|
|
2017-08-31 21:03:29 +02:00
|
|
|
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
2016-04-12 19:31:48 +02:00
|
|
|
---
|
2022-11-03 12:06:13 +01:00
|
|
|
bin/vagrant | 5 -----
|
|
|
|
1 file changed, 5 deletions(-)
|
2016-04-12 19:31:48 +02:00
|
|
|
|
|
|
|
diff --git a/bin/vagrant b/bin/vagrant
|
2022-11-03 12:06:13 +01:00
|
|
|
index 7ca30b391..d3f4ea61a 100755
|
2016-04-12 19:31:48 +02:00
|
|
|
--- a/bin/vagrant
|
|
|
|
+++ b/bin/vagrant
|
2022-11-03 12:06:13 +01:00
|
|
|
@@ -221,11 +221,6 @@ begin
|
|
|
|
end
|
|
|
|
end
|
2016-04-12 19:31:48 +02:00
|
|
|
|
2022-11-03 12:06:13 +01:00
|
|
|
- if !Vagrant.in_installer? && !Vagrant.very_quiet?
|
|
|
|
- # If we're not in the installer, warn.
|
|
|
|
- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
|
2017-08-31 21:03:29 +02:00
|
|
|
- end
|
|
|
|
-
|
2022-11-03 12:06:13 +01:00
|
|
|
# Acceptable experimental flag values include:
|
|
|
|
#
|
|
|
|
# Unset - Disables experimental features
|
2017-08-31 21:03:29 +02:00
|
|
|
--
|
2023-01-10 10:27:06 +01:00
|
|
|
2.39.0
|
2017-08-31 21:03:29 +02:00
|
|
|
|