https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
Date Completed: Not done yet ~~ April 23rd 2015
- Video Card: Nvidia GTX 465 (lol right? Game runs shitty)
- Driver: tested on 331.38, works on 331.38+
- OS: Ubuntu x64 14.04
- POL: I used Play on linux 4, I assume most of the capabilities are in winetricks
- Wine: wine-staging Sun, 19 Apr 2015 version 1.7.41 x64 bit
There is so much documentation online from RedHat and CentOS about this topic - it's sad that I am writing this. But the real state of documentation on this topic (CentOS 7 + KS + ISO = Bootable DVD) is almost non-existent.
I found this: http://smorgasbork.com/component/content/article/35-linux/151-building-a-custom-centos-7-kickstart-disc-part-1
Which I greatly appreciate and +1, but the documentation is half-baked and there are numerous errors.
Finally... FINALLY! After four days of banging my head, I got this to work. Hopefully someone else will be able to do this in a few hours, instead of blowing their weekend like me. :(
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/local/bin/python | |
| # ################################################ | |
| # Matthew Ames | |
| # Go install script | |
| # Install command | |
| # curl -O https://gist.githubusercontent.com/maverickames/9426462/raw/cc7e6d8d0c25be47104082b7313ce9ebc79cb436/go.py ; python go.py | |
| # ################################################ | |
| import os | |
| import errno |