diff --git a/Boot2Docker.iss b/Boot2Docker.iss index b646ba2..f62b2b6 100755 --- a/Boot2Docker.iss +++ b/Boot2Docker.iss @@ -127,7 +127,7 @@ end; procedure CurPageChanged(CurPageID: Integer); begin - WizardForm.FinishedLabel.Caption := 'Docker for Windows installation completed. The `Boot2Docker Start` icon on your desktop, and Program Files will initialise, start and connect you to your Boot2Docker virtual machine.'; + WizardForm.FinishedLabel.Caption := 'Docker for Windows installation completed. The `Boot2Docker Start` icon on your desktop and in Program Files will initialize, start and connect you to your Boot2Docker virtual machine.'; //if CurPageID = wpSelectDir then // to go with DisableReadyPage=yes and DisableProgramGroupPage=yes //WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall) diff --git a/start.sh b/start.sh index 638be76..69c94a6 100644 --- a/start.sh +++ b/start.sh @@ -7,7 +7,7 @@ if [ ! -e "$ISO" ]; then cp boot2docker.iso "$ISO" fi -echo "initialising..." +echo "initializing..." ./boot2docker.exe init echo "starting..." ./boot2docker.exe start