1
0
forked from mir/linux-vm-tools

31 Commits

Author SHA1 Message Date
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
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
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 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
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
Björn Bidar
ec119f904b use --quiet rather than redirecting to /dev/null 2018-03-19 12:00:15 +01: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
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
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
Justin Terry (VM)
3f933eee18 Updating configure settings to match the Debian package build system settings
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2018-03-01 08:08:16 -08:00
Craig Wilhite
2046f6af53
Keep ubuntu-desktop running
Fix a bug where ubuntu-desktop stops running and "basic mode" is lost.
2018-02-28 11:03:26 -08:00
Justin Terry (VM)
5927c9de2e Adding checks before writiting multiple entries to files on rerun 2018-02-21 06:42:05 -08:00
Craig Wilhite
5082f8ce12
Remove Build XRDP, use proposed changes
-XRDP now includes config changes.
-We don't need Billy's PPA, we can just use Ubuntu Proposed archive.
2018-02-20 12:32:36 -08:00
Justin Terry (VM)
a62e669547 Fixing blacklisting via sudo 2018-02-20 09:32:29 -08:00
Justin Terry (VM)
e7b964edc1 Updating 18.04 script prompts 2018-02-16 08:59:58 -08:00
Craig Wilhite
c782cf334e Update install.sh
-Blacklist the vmw module and load hv_sock on boot.
-Add gnome tweak to get dock
2018-02-16 08:58:15 -08:00
Justin Terry (VM)
6520635acb Init script for 18.04 2018-02-16 08:58:09 -08:00
Justin Terry (VM)
97115e61e9 Updating note to run ./config-user.sh 2018-02-14 11:04:35 -08:00
Justin Terry (VM)
0aaade981d Cleaning up the install script to indicate states 2018-02-14 11:02:17 -08:00
Justin Terry (VM)
86e30b9c4d Fixing an invalid escape in bash 2018-02-14 10:55:09 -08:00
Justin Terry (VM)
0e053d87fc Disable bitmap_compression to speed up transfers 2018-01-10 13:55:54 -08:00
Justin Terry (VM)
7b9d8fba58 Updates the script for 16.04.3 execution.
Adds a few checks to avoid double cloning the repos if rerun multiple times.
Fixes a bug where we check for file status not directory status for the xrdp/xorgxrdp repos.
Adds the post script to be run the the logon user account to allow the Unity panels to load.
2018-01-09 13:05:11 -08:00
Justin Terry (VM)
6ca022d4f0 Fixing an issue with if clause 2017-11-27 11:40:04 -08:00
Justin Terry (VM)
18e82d731b Initial 16.04 script 2017-11-15 11:29:50 -08:00