Skip to content

Commit 8530a47

Browse files
authored
References_Fix
1 parent 2e871c8 commit 8530a47

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Deployment/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Instructions below are relative to the .\Deployment folder of the [AzureStack-Tools repo](..).
44

5-
## Azure Stack TP2 Support Files
5+
## Azure Stack TP3 Support Files
66

7-
To easily download the Azure Stack TP2 support files from this repository, run the following PowerShell script from your POC machine:
7+
To easily download the Azure Stack TP3 support files from this repository, run the following PowerShell script from your POC machine:
88

99
```powershell
1010
# Variables
1111
$Uri = 'https://raw.githubusercontent.com/Azure/AzureStack-Tools/master/Deployment/'
12-
$LocalPath = 'c:\AzureStack_TP2_SupportFiles'
12+
$LocalPath = 'c:\AzureStack_TP3_SupportFiles'
1313
1414
# Create folder
1515
New-Item $LocalPath -Type directory
@@ -22,7 +22,7 @@ New-Item $LocalPath -Type directory
2222

2323
This tool allows you to easily prepare your Azure Stack Technical Preview deployment, by preparing the host to boot from the provided Azure Stack Technical Preview virtual harddisk (CloudBuilder.vhdx).
2424

25-
PrepareBootFromVHD updates the boot configuration with an **AzureStack TP2** entry.
25+
PrepareBootFromVHD updates the boot configuration with an **Azure Stack** entry.
2626
It will verify if the disk that hosts the CloudBuilder.vhdx contains the required free disk space, and optionally copy drivers and an unattend.xml that does not require KVM access.
2727

2828
You will need at least (120GB - Size of the CloudBuilder.vhdx file) of free disk space on the disk that contains the CloudBuilder.vhdx.
@@ -62,7 +62,7 @@ Of course, you may still need KVM (or some other kind of alternate connection to
6262

6363
## Prepare to Redeploy (boot back to original/base OS)
6464

65-
This tool allows you to easily initiate a redeployment of your Azure Stack Technical Preview deployment, by presenting you with the boot OS options, and the choice to boot back into the original/base OS (away from the previously created **AzureStack TP2**).
65+
This tool allows you to easily initiate a redeployment of your Azure Stack Technical Preview deployment, by presenting you with the boot OS options, and the choice to boot back into the original/base OS (away from the previously created **Azure Stack**).
6666

6767
BootMenuNoKVM updates the boot configuration with the original/base entry, and then prompts to reboot the host.
6868
Because the default boot entry is set with this script, no KVM or manual selection of the boot entry is required as the machine restarts.
@@ -75,7 +75,7 @@ There are no parameters for this script, but it must be executed in an elevated
7575
.\BootMenuNoKVM.ps1
7676
```
7777

78-
During execution of this script, you will be prompted to choose the default OS to boot back into after restart. This will become your new default OS, just like **AzureStack TP2** became the new default OS during deployment.
78+
During execution of this script, you will be prompted to choose the default OS to boot back into after restart. This will become your new default OS, just like **Azure Stack** became the new default OS during deployment.
7979

8080
When the script execution is complete, you will be asked to confirm reboot.
8181
If there are other users logged in, this command will fail, run the following command to continue:

0 commit comments

Comments
 (0)