Small fixes to the Stratis note
This commit is contained in:
parent
c3a73e03a3
commit
8ae087460c
1 changed files with 5 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ The change applies to all systems, whether newly installed or updated to Fedora
|
|||
|
||||
You can change the frequency of automatic updates (or disable them completely, though this is not recommended) in system settings, under the **Software Updates** tab.
|
||||
|
||||
[[stratis]]
|
||||
== Stratis 3.8.5: stratisd 3.8.5 and stratis-cli 3.8.2
|
||||
|
||||
Stratis 3.8.5, which consists of `stratisd 3.8.5` and `stratis-cli 3.8.2` includes
|
||||
|
|
@ -61,7 +62,10 @@ and the boot process will fail.
|
|||
An example fstab entry for a filesystem on a pool that is encrypted using NBDE should look
|
||||
something like this:
|
||||
|
||||
`/dev/stratis/<POOL_NAME>/<FILESYSTEM_NAME> <MOUNTPOINT> xfs defaults,_netdev,x-systemd.requires=stratis-fstab-setup-with-network@<POOL_UUID>.service 0 2`
|
||||
[,console]
|
||||
----
|
||||
/dev/stratis/<POOL_NAME>/<FILESYSTEM_NAME> <MOUNTPOINT> xfs defaults,_netdev,x-systemd.requires=stratis-fstab-setup-with-network@<POOL_UUID>.service 0 2
|
||||
----
|
||||
|
||||
If a filesystem's pool does not require that the network is up to be unlocked then the fstab
|
||||
entry may use the existing `stratis-fstab-setup@.service` unit instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue