Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
vagrant
0001-bin-vagrant-silence-warning-about-installe...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-bin-vagrant-silence-warning-about-installer.patch of Package vagrant
From 0ccff6b537b98ea368eaebb21f3ac739256e1eac Mon Sep 17 00:00:00 2001 From: Antonio Terceiro <terceiro@debian.org> Date: Sat, 11 Oct 2014 16:54:58 -0300 Subject: [PATCH 01/10] bin/vagrant: silence warning about installer Signed-off-by: Johannes Kastl <kastl@b1-systems.de> --- bin/vagrant | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/bin/vagrant b/bin/vagrant index b539d3479..77c83d7c0 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -193,22 +193,6 @@ begin logger.debug("Creating Vagrant environment") env = Vagrant::Environment.new(opts) - # If we are running with the Windows Subsystem for Linux do - # some extra setup to allow access to Vagrant managed machines - # outside the subsystem - if Vagrant::Util::Platform.wsl? - recreate_env = Vagrant::Util::Platform.wsl_init(env, logger) - if recreate_env - logger.info("Re-creating Vagrant environment due to WSL modifications.") - env = Vagrant::Environment.new(opts) - end - end - - 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) - end - # Acceptable experimental flag values include: # # Unset - Disables experimental features -- 2.31.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor