We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an issue reported on the forums
http://forum.kerbalspaceprogram.com/threads/68089-0-25-kOS-Scriptable-Autopilot-System-v0-14-2-2014-10-08?p=1514979&viewfull=1#post1514979
The text was updated successfully, but these errors were encountered:
Seems that there is an inconsistency between lines 28 and 149 in src/Module/kOSProcessor.cs
[KSPField(isPersistant = true, guiName = "Boot File", guiActive = false, guiActiveEditor = false)] public string bootFile = "Boot"; [...] // Copy to HardDisk as "boot". var boot = new ProgramFile(bootProgramFile) {Filename = "boot"}; HardDisk.Add(boot);
Sorry, something went wrong.
Merge pull request #349 from Cairan/develop
e9d9ee8
Resolves #311. Partial fix for boot filename consistency issue with Linux filesystems.
No branches or pull requests
This is an issue reported on the forums
http://forum.kerbalspaceprogram.com/threads/68089-0-25-kOS-Scriptable-Autopilot-System-v0-14-2-2014-10-08?p=1514979&viewfull=1#post1514979
The text was updated successfully, but these errors were encountered: