summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorgregory-lee-bartholomew <[email protected]>2022-06-30 12:43:27 -0500
committerGitHub <[email protected]>2022-06-30 10:43:27 -0700
commit5a4dd3a262106c1506bdc154d9474efa6510f33a (patch)
treede77311a0d8e9228b19914a35c3b8c11cddde828 /contrib
parent34e5423f83202653bd6b153577187f6ed943c157 (diff)
contrib: dracut: README.md
Change zfs-snapshot-bootfs.service to zfs-rollback-bootfs.service in cmdline point 4 of README.md. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Gregory Bartholomew <[email protected]> Closes #13609
Diffstat (limited to 'contrib')
-rw-r--r--contrib/dracut/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dracut/README.md b/contrib/dracut/README.md
index b7cd8c812..42d86b34e 100644
--- a/contrib/dracut/README.md
+++ b/contrib/dracut/README.md
@@ -38,7 +38,7 @@ For complete documentation, see `dracut.zfs(7)`.
after pool import but before the rootfs is mounted.
Failure to create the snapshot is noted, but booting continues.
-4. `bootfs.rollback`, `bootfs.rollback=snapshot-name`: enables `zfs-snapshot-bootfs.service`,
+4. `bootfs.rollback`, `bootfs.rollback=snapshot-name`: enables `zfs-rollback-bootfs.service`,
which `-Rf` rolls back to `$root_dataset@$(uname -r)` (or, in the second form, `$root_dataset@snapshot-name`)
after pool import but before the rootfs is mounted.
Failure to roll back will fall down to the rescue shell.