소스 검색

Further document what to do on reboot.

Addresses #361.
Alex Payne 9 년 전
부모
커밋
3eff916b3e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      README.md

+ 3
- 1
README.md 파일 보기

@@ -241,7 +241,9 @@ If you run into an errors, please check the [wiki page](https://github.com/al3x/
241 241
 
242 242
 ### Reboots
243 243
 
244
-You will need to manually enter the password for any encrypted volumes on reboot. This is not Sovereign-specific, but rather a function of how EncFS works. This will necessitate SSHing into your machine after reboot, or accessing it via a console interface if one is available to you.
244
+You will need to manually enter the password for any encrypted volumes on reboot. This is not Sovereign-specific, but rather a function of how EncFS works. This will necessitate SSHing into your machine after reboot, or accessing it via a console interface if one is available to you. Once you're in, run this:
245
+
246
+    encfs /encrypted /decrypted --public
245 247
 
246 248
 It is possible that some daemons may need to be restarted after you enter your password for the encrypted volume(s). Some services may stall out while looking for resources that will only be available once the `/decrypted` volume is available and visible to daemon user accounts.
247 249
 

Loading…
취소
저장