소스 검색

Update storage.md

Håvard O. Nordstrand 5 년 전
부모
커밋
2a81c9810e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/linux-server/storage.md

+ 1 - 1
config/linux-server/storage.md

@@ -329,7 +329,7 @@ Some guides recommend using backport repos, but this way avoids that.
     - Mount status: `zfs get mountpoint` and `zfs get mounted`.
 - Fix automatic unlock when mounting at boot time:
     1. Copy `/lib/systemd/system/zfs-mount.service` to `/etc/systemd/system/`.
-    1. Change `ExecStart=/sbin/zfs mount -a` to `ExecStart=/sbin/zfs mount -l -a` (add `-l`).
+    1. Change `ExecStart=/sbin/zfs mount -a` to `ExecStart=/sbin/zfs mount -l -a` (add `-l`), so that it loads encryption keys.
     1. Reboot and test. It may fail due to dependency/boot order stuff.
 
 ### Best Practices and Suggestions