aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/initramfs
diff options
context:
space:
mode:
authorChris McDonough <[email protected]>2020-08-22 14:04:49 -0400
committerGitHub <[email protected]>2020-08-22 11:04:49 -0700
commita5b1b60e9b3a6f9bfbc8ce2acbf3238ccc3830a0 (patch)
treec971c5c2e087a4f757ff36db922487e88fa438ad /contrib/initramfs
parent1ddd7cdb92641c150cb5f88722f097dcc63d2f3d (diff)
Remove vestigial settings related to initramfs
Remove ZFS_POOL_IMPORT, ZFS_INITRD_PRE_MOUNTROOT_SLEEP, ZFS_INITRD_POST_MODPROBE_SLEEP, and ZFS_INITRD_ADDITIONAL_DATASETS features from etc/defaults/zfs.in. These features no longer work. Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Chris McDonough <[email protected]> Closes #9126 Closes #10757
Diffstat (limited to 'contrib/initramfs')
-rw-r--r--contrib/initramfs/README.initramfs.markdown4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/initramfs/README.initramfs.markdown b/contrib/initramfs/README.initramfs.markdown
index ddae71a2e..be3ec71ef 100644
--- a/contrib/initramfs/README.initramfs.markdown
+++ b/contrib/initramfs/README.initramfs.markdown
@@ -48,9 +48,7 @@ specified pool or all pools, as described above).
Filesystems below the root filesystem will be automatically mounted with no
additional configuration necessary. For example, if the root filesystem is
`rpool/ROOT/rootfs`, `rpool/root/rootfs/var`, `rpool/root/rootfs/usr`, etc.
-will be mounted (if they exist). Additional filesystems (that are not located
-under the root filesystem) can be mounted by listing them in
-`ZFS_INITRD_ADDITIONAL_DATASETS` in `/etc/default/zfs`.
+will be mounted (if they exist).
### Snapshots