From 40981a81a83ed4c9ec145f2487777658a71ed83a Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Thu, 17 May 2018 08:28:48 -0700 Subject: [PATCH 1/5] Create README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..30d4a99 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# What is xrdp-init +xrdp-init is a repository for bash scripts to enable an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. + +# How to use the repo +Onboarding instructions can be found on the [wiki](https://msazure.visualstudio.com/MicrosoftContainerRegistry/_wiki). + +# Contributing + +This project welcomes contributions and suggestions. Most contributions require you to agree to a +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us +the rights to use your contribution. For details, visit https://cla.microsoft.com. + +When you submit a pull request, a CLA-bot will automatically determine whether you need to provide +a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions +provided by the bot. You will only need to do this once across all repos using our CLA. + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. From 73a25928a1e92b0acd963e72979944610e456ce6 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Thu, 17 May 2018 08:30:25 -0700 Subject: [PATCH 2/5] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5cf7c8d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE From 876f3d5f22c597c2bd62eedc0d131f4cd877e440 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Thu, 17 May 2018 08:32:55 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30d4a99..d90e632 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # What is xrdp-init -xrdp-init is a repository for bash scripts to enable an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. +xrdp-init is a repository for bash scripts to enable an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. You can learn more about this effort by reading our [blog post](https://blogs.technet.microsoft.com/virtualization/2018/02/28/sneak-peek-taking-a-spin-with-enhanced-linux-vms/). # How to use the repo -Onboarding instructions can be found on the [wiki](https://msazure.visualstudio.com/MicrosoftContainerRegistry/_wiki). +Onboarding instructions can be found on the [repo wiki](). + +# FAQ +Frequently Asked Questions for this repo can be found on the [repo wiki](). # Contributing From a552524e87b2c26a51d727068c77bc7c12d3dbf1 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Thu, 17 May 2018 08:38:58 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90e632..95e3179 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # What is xrdp-init -xrdp-init is a repository for bash scripts to enable an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. You can learn more about this effort by reading our [blog post](https://blogs.technet.microsoft.com/virtualization/2018/02/28/sneak-peek-taking-a-spin-with-enhanced-linux-vms/). +xrdp-init is a set of bash scripts that enable and configure an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. You can learn more about this effort by reading our [blog post](https://blogs.technet.microsoft.com/virtualization/2018/02/28/sneak-peek-taking-a-spin-with-enhanced-linux-vms/). # How to use the repo Onboarding instructions can be found on the [repo wiki](). From ace11e1bb15f45f95e3a9759c73c7c93c3cfc092 Mon Sep 17 00:00:00 2001 From: Craig Wilhite Date: Thu, 17 May 2018 16:07:26 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95e3179..f3198d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# What is xrdp-init -xrdp-init is a set of bash scripts that enable and configure an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. You can learn more about this effort by reading our [blog post](https://blogs.technet.microsoft.com/virtualization/2018/02/28/sneak-peek-taking-a-spin-with-enhanced-linux-vms/). +# Repo Overview +This repository is the home of a set of bash scripts that enable and configure an enhanced session mode on Linux VMs (Ubuntu, arch) for Hyper-V. You can learn more about this in our [blog post](https://blogs.technet.microsoft.com/virtualization/2018/02/28/sneak-peek-taking-a-spin-with-enhanced-linux-vms/). # How to use the repo Onboarding instructions can be found on the [repo wiki]().