Skip to content
New issue

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

Boot file name is case sensitive. #311

Closed
erendrake opened this issue Nov 1, 2014 · 1 comment
Closed

Boot file name is case sensitive. #311

erendrake opened this issue Nov 1, 2014 · 1 comment

Comments

@erendrake
Copy link
Member

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

@erendrake erendrake added this to the v0.15 Punch List milestone Nov 1, 2014
@Cairan
Copy link
Contributor

Cairan commented Nov 1, 2014

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);

Dunbaratu added a commit that referenced this issue Nov 9, 2014
Resolves #311. Partial fix for boot filename consistency issue with Linux filesystems.
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants