Last active
October 26, 2016 11:43
-
-
Save jeroenvdgulik/ea5fc589b21aeaabbe3fbae7a09e5fb4 to your computer and use it in GitHub Desktop.
Revisions
-
jeroenvdgulik revised this gist
Oct 26, 2016 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,4 +17,10 @@ ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu precise (12.04 LTS)" VERSION_ID="12.04" ``` Then run ```bash vagrant reload ``` -
jeroenvdgulik revised this gist
Oct 26, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ If you ever encounter this error: ```bash Vagrant attempted to execute the capability 'configure_networks' -
jeroenvdgulik revised this gist
Oct 26, 2016 . 2 changed files with 20 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ If you ever encouter this error: ```bash Vagrant attempted to execute the capability 'configure_networks' on the detect guest OS 'linux', but the guest doesn't support that capability. This capability is required for your configuration of Vagrant. Please either reconfigure Vagrant to avoid this capability or fix the issue by creating the capability. ``` Create a file `/etc/os-release` ```bash NAME="Ubuntu" VERSION="12.04 LTS, Precise Pangolin" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu precise (12.04 LTS)" VERSION_ID="12.04" ``` -
jeroenvdgulik created this gist
Oct 26, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ Create a file `/etc/os-releases` ```bash NAME="Ubuntu" VERSION="12.04 LTS, Precise Pangolin" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu precise (12.04 LTS)" VERSION_ID="12.04" ```