From 6fc4d040ddc7eb2b5fb4df6832298ab12e3367e7 Mon Sep 17 00:00:00 2001 From: yodurr Date: Sat, 19 May 2018 23:03:49 -0700 Subject: [PATCH] adding known issues --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 521c8ac..ee210ce 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ These scripts leverage two popular open source projects. - Boxstarter [boxstarter.org](http://boxstarter.org) - Chocolatey [chocolatey.org](http://chocolatey.org) +Boxstarter is a wrapper for Chocolatey and includes features like managing reboots for you. We're using the Boxstarter web launcher to start the installation process:
+https://boxstarter.org/Learn/WebLauncher + ## How to run the scripts Before you begin, please read the [Legal](#Legal) section. @@ -21,10 +24,12 @@ To run a setup script, click a link in the table below from your target machine. | | Containers (Docker, Kubernetes, etc...) | | | More Coming Soon! | +## Known issues +1. Windows 1803 is not successfully launching Boxstarter via the web launcher. This is actively under investigation and there are workarounds such as running Boxstarter locally. See this issue for details: https://github.com/chocolatey/boxstarter/issues/301 + ## Working with Chocolatey in an organization? As an organization, you may not be keen to reach out to the internet. That's fine as with just a few modifications you can still take advantage of these scripts. Visit the [organizational use page](ORGANIZATION.md) to learn how. - ## Don't have administrative access? Are you in an environment where you don't have any administrative access on your machine? No problem, you can still take advantage of Chocolatey and manage "portable" software. You can also use a VM where you may have administrative access (see next section).