-
Notifications
You must be signed in to change notification settings - Fork 43
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
Allow for persistence #37
Conversation
Using HFS+ because MSDOS doesn’t support a case-sensitive volume name (need volume name “Tails” for Tails persistence setup prerequisite). Tried exFAT but Grub doesn’t have the load modules. 4GB partition is the minimum suggested by Tails, so using that. Rest is defined as free space.
- Ignore local files. - Use HFS+ Grub load modules
Also see #7 |
Thoughts @hellais? |
@rcaught have you tested this and confirm that an image created this way will allow persistence to work? |
@hellais yes, I did and have it working on my MacBook Air (2013). I went through the setup and enabled persistence successfully. I'm not sure if any of the EFI changes have invalided any historic |
Yeah the only thing that worries me is the removal of |
I used HFS+ because FAT doesn’t support case-sensitive volume names (needed the volume name “Tails” to satisfy the Tails persistence setup). Tried exFAT but Grub doesn’t have the load modules (at least the Vagrant image being used didn't). |
@hellais bump! 😄 |
Ok sorry for the long lag. So two things:
Anyways if you make this into an optional thing I will be sure to merge it. |
Also can you add to the repo in |
@rcaught why did you close this PR? |
Using this method, the user can simply boot into Tails after running TAILS-OSX and use the inbuilt encrypted persistence storage configuration tools.
This pull request changes the volume name and file format to match an expectation on the Tails side.