Fix indenting Issues
This commit is contained in:
@@ -30,8 +30,6 @@ During the build you will also have to select the virtual switch you want to use
|
|||||||
|
|
||||||
A really hacky workaround is, if you are using the smb_username and smb_password options, would be to press the option number corresponding with the virtual switch you want to use then enter four times after `vagrant up`. So, if you know you want the virtual switch 1 `vagrant up` 1 enter 1 enter 1 enter 1 enter
|
A really hacky workaround is, if you are using the smb_username and smb_password options, would be to press the option number corresponding with the virtual switch you want to use then enter four times after `vagrant up`. So, if you know you want the virtual switch 1 `vagrant up` 1 enter 1 enter 1 enter 1 enter
|
||||||
|
|
||||||
Yes, I know hacky, but it works.
|
|
||||||
|
|
||||||
## How this build works
|
## How this build works
|
||||||
|
|
||||||
The majority of this build works the same as the VirtualBox build. The most notable difference is on the Windows builds. There is a script that will create an internal virtual switch called "NATSwitch." Throughout the build process, a script will create a second network adapter and attach it to the NATSwitch on the VM being built. After the machine is built the original network adapter will be removed from the VM.
|
The majority of this build works the same as the VirtualBox build. The most notable difference is on the Windows builds. There is a script that will create an internal virtual switch called "NATSwitch." Throughout the build process, a script will create a second network adapter and attach it to the NATSwitch on the VM being built. After the machine is built the original network adapter will be removed from the VM.
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ network:
|
|||||||
version: 2
|
version: 2
|
||||||
renderer: networkd
|
renderer: networkd
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reset_static_ip
|
reset_static_ip
|
||||||
Reference in New Issue
Block a user