jridgewell / Unlock

Unlock multiple Core Storage encrypted volumes at boot.
MIT License
197 stars 34 forks source link

Split install script up #20

Open cmsj opened 8 years ago

cmsj commented 8 years ago

I think it might be interesting/useful to split install.sh into at least two scripts, an installer, and a separate script adds a volume (or all volumes except /) to the keychain, so users can add additional volumes later (or in my case, I wanted to build the tool myself rather than download it). The separate helper script could be called unlock and could potentially grow features like listing/removing volume entries, if that's reasonably possible with the underlying keychain tools.

jridgewell commented 8 years ago

Sure. I'd also love it if we moved away from a bash script... :smile: