hellais / TAILS-OSX

Contains instructions and scripts to create a TAILS live cd that will boot on OSX without any additional software installed (no REFIT, etc.)
151 stars 45 forks source link

Updated to 1.2.1 and dealt with issue 50 #52

Closed Grezzo closed 9 years ago

Grezzo commented 9 years ago
hellais commented 9 years ago

@Grezzo I don't see the fix to #50. Is this simply a mater of updating to the latest version of TAILS?

Grezzo commented 9 years ago

No, the problem was that if you have a case sensitive file system, the vagrant up command didn't find VagrantFile because it was looking for Vagrantfile. The Vagrant docs say that the case shouldn't matter, but it does.

The fix for issue 50 was simply to rename the file so that the f was lower case

I'm fairly new to github, should I have submitted separate pull requests for each change, or is it OK to lump them all together like this?

hellais commented 9 years ago

Ah ok sorry I missed that. No it's good to submit PR's like this. Thanks for the clarification.