Site updated at 2016-08-01 06:55:28 UTC
This commit is contained in:
parent
c1d773dce8
commit
7621b33fbd
22 changed files with 38 additions and 28 deletions
|
@ -114,6 +114,16 @@ cd home-assistant/virtualization/vagrant
|
|||
The following instructions will assume you changed your working directory to be home-assistant/virtualization/vagrant. This is mandatory because Vagrant will look for informations about the running VM inside that folder and won’t work otherwise
|
||||
</p>
|
||||
|
||||
<p class="note">
|
||||
When using Vagrant on Windows, change git’s auto.crlf to input before cloning the Home Assistant repository. With input setting git won’t automatically change line endings from Unix LF to Windows CRLF. Shell scripts executed during provision won’t work with Windows line endings.
|
||||
</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>git config --global core.autocrlf input
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2><a class="title-link" name="create-the-vagrant-vm-and-start-home-assistant" href="#create-the-vagrant-vm-and-start-home-assistant"></a> Create the Vagrant VM and start Home Assistant</h2>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue