1
0
forked from mir/linux-vm-tools

67 Commits

Author SHA1 Message Date
Craig Wilhite
d1954f5fc1
Add files via upload 2018-09-18 08:35:24 -07:00
Craig Wilhite
30769e9dbf
Add files via upload 2018-09-18 08:27:16 -07:00
Craig Wilhite
f489906fb8
Add files via upload 2018-09-18 08:25:04 -07:00
Craig Wilhite
b8fd6ea26b
Add files via upload 2018-09-18 08:22:13 -07:00
Craig Wilhite
fbe36c3508
Merge pull request #45 from Microsoft/cwilhit-patch-1
Fix polkit typo
2018-06-08 09:14:44 -07:00
Craig Wilhite
e6030b7376
Fix polkit typo
Fixing error caught in #44
2018-06-08 09:14:10 -07:00
Craig Wilhite
8b41356c10
Merge pull request #40 from Microsoft/cwilhit-patch-1
Correct Polkit Policy
2018-05-22 15:55:36 -07:00
Craig Wilhite
04521fed99
Correct Polkit Policy
Whereas the polkit policy in the previous script eliminated auth popups upon a remote connection, there was a "Error detected" message box that would still periodically pop up. We must change polkit configuration to use .pkla file because this is required by Polkit ver 1.05 (which ships with Bionic Beaver). 

/etc/polkit-1/localauthority.conf.d/ should be the rightful place for this override config file to go, but it appears to not get picked up when housed there.

Brought to light with thanks to Griffon @ http://c-nergy.be/blog/?p=12043
2018-05-22 15:06:34 -07:00
Craig Wilhite
11be5b1225
Merge pull request #38 from Microsoft/crwilhit-docs
Add media for wiki onboarding page
2018-05-21 15:28:14 -07:00
Craig Wilhite
7b6e807eab Adding media for wiki pages 2018-05-21 15:27:23 -07:00
Craig Wilhite
044def1d64
Create tmp.png 2018-05-21 15:25:32 -07:00
Craig Wilhite
0512e124b6
Add media for wiki 2018-05-21 15:24:27 -07:00
Justin
b5fb1f4f47
Merge pull request #37 from Microsoft/cwilhit-patch-1
Add KVP utils
2018-05-21 14:13:09 -07:00
Craig Wilhite
40d32f2128
Add KVP utils
Pull in packages to allow for some Hyper-V integration components.
2018-05-21 10:52:26 -07:00
Craig Wilhite
8228d3bc40
Update README.md 2018-05-17 16:18:24 -07:00
Craig Wilhite
c14580af75
Update README.md 2018-05-17 16:17:44 -07:00
Craig Wilhite
83818ac15b
Merge pull request #36 from Microsoft/cwilhit-patch-1
Cwilhit patch
2018-05-17 16:13:16 -07:00
Craig Wilhite
ace11e1bb1
Update README.md 2018-05-17 16:07:26 -07:00
Craig Wilhite
a552524e87
Update README.md 2018-05-17 08:38:58 -07:00
Craig Wilhite
876f3d5f22
Update README.md 2018-05-17 08:32:55 -07:00
Craig Wilhite
73a25928a1
Create LICENSE 2018-05-17 08:30:25 -07:00
Craig Wilhite
40981a81a8
Create README.md 2018-05-17 08:28:48 -07:00
Justin
994991cf30
Merge pull request #33 from jterry75/18.04_release_fixes
Update the script for 18.04 release clean install
2018-05-10 15:03:52 -07:00
Justin Terry (VM)
1ea3f6624c Update the script for 18.04 release clean install
Fixes a bug in the 16.04 and 18.04 script that doesnt properly check for
root at run.
Removes some unnecessary rmmod/modprobe calls that were required in
early 18.04 betas that are no longer required.

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2018-05-10 10:40:24 -07:00
Justin
e86510f7e7
Merge pull request #25 from cwilhit/patch-1
Fix typo
2018-04-23 10:33:20 -07:00
Craig Wilhite
d5aa950f77
Fix typo
Typo was blocking script from working correctly; vmw module would not get blacklisted, hv_sock connection would fail.
2018-04-23 10:30:29 -07:00
Justin
df505b729d
Merge pull request #21 from kenvandine/master
Use the Ubuntu session for 18.04
2018-04-02 08:56:27 -07:00
Ken VanDine
55dca27fa9 Fixed sed 2018-03-30 11:39:01 -04:00
Ken VanDine
6575b9ed27 Removed the commented out sed for lightdm 2018-03-30 10:20:26 -04:00
Ken VanDine
e552b35ff0 Properly setup the ubuntu desktop session and drop the installation of
gnome-tweak-tool as it's not needed anymore
2018-03-30 10:19:12 -04:00
Justin
167e51cf7b
Merge pull request #19 from boppbo/master
Add support for Arch Linux
2018-03-29 16:10:56 -07:00
Boris Bopp
87201fa488 Separate makepkg from configuration 2018-03-29 12:14:52 +02:00
Boris Bopp
ac50616e57 Add support for Arch Linux 2018-03-23 16:59:03 +01:00
Justin Terry (VM)
c06cd3a3eb Renames thinclient_drives to shared-drives
Updates the thinclient_drives FUSE mount to show up as shared-drives when
clients use drive redirection.

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2018-03-19 14:11:33 -07:00
Justin
3261fefb8d
Merge pull request #17 from Thaodan/use_seperate_files
Use seperate files
2018-03-19 13:57:17 -07:00
Björn Bidar
efe1759a1d use seperate files rather than using the old global file(s)
..for handling modules
2018-03-19 21:34:10 +01:00
Björn Bidar
a04a8a9523 removed useless cat and cleaned if statemants up
Calling bash is no longer needed.
Also grep can search on files on its own.
The return status of grep is usable with if and avoids calling
test (or [ for that matter ).
2018-03-19 21:34:10 +01:00
Justin
5ba1db8391
Merge pull request #16 from Thaodan/grep_quiet
use --quiet rather than redirecting to /dev/null
2018-03-19 08:27:03 -07:00
Björn Bidar
ec119f904b use --quiet rather than redirecting to /dev/null 2018-03-19 12:00:15 +01:00
Justin
8eff6b70f0
Merge pull request #12 from cwilhit/patch-5
Add missing lib
2018-03-06 14:54:01 -08:00
Craig Wilhite
63cf0daaf0
Add missing lib
xrdp was not installing without libopus-dev. Fixes issue #10
2018-03-06 14:49:59 -08:00
Justin
0b596b93eb
Merge pull request #11 from cwilhit/patch-4
Update install.sh
2018-03-05 11:05:04 -08:00
Craig Wilhite
00fe6a84b3
Update install.sh
Change dist-upgrade to just upgrade
2018-03-05 11:02:40 -08:00
Craig Wilhite
661c4bdde9
Update install.sh
Remove pulling in bionic-proposed. 18.04 is now on to the 4.15 kernels, so there's no need anymore.
2018-03-05 10:51:08 -08:00
Justin Terry (VM)
19f8d740b4 Remove sudo and added root check for 16.04 config user 2018-03-02 09:56:26 -08:00
Justin Terry (VM)
4b0cee52ea Remove sudo and added root check for 16.04 2018-03-02 09:55:31 -08:00
Justin
0432e5888f
Merge pull request #8 from Thaodan/run_as_root
remove sudo and added root check
2018-03-02 09:19:01 -08:00
Justin
f0b779fee5
Merge pull request #7 from Thaodan/errors_std_err
rediret errors to stderr
2018-03-02 09:17:19 -08:00
Björn Bidar
ae012977ab remove sudo and added root check
Removed sudo because it made no sense running the script not as root
when nearly all of the commands where run as root.
2018-03-02 10:01:36 +01:00
Björn Bidar
80666ace16 rediret errors to stderr 2018-03-02 09:10:52 +01:00