From 6d8a00ff1f6ebca32cd7fa5e706e904871872144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Tue, 15 Feb 2022 18:17:02 +0100 Subject: [PATCH] contrib/dracut: README: note rootfstype=zfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia ZiemiaƄska Closes #13093 --- contrib/dracut/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/dracut/README.md b/contrib/dracut/README.md index 906648db63..fc3d504ef7 100644 --- a/contrib/dracut/README.md +++ b/contrib/dracut/README.md @@ -27,6 +27,8 @@ If the root dataset contains children with `mountpoint=`s of `/etc`, `/bin`, `/l The dataset can be at any depth, including being the pool's root dataset (i.e. `root=zfs:pool`). + `rootfstype=zfs` is mostly equivalent to `root=zfs:AUTO`. + 2. `spl_hostid`: passed to `zgenhostid -f`, useful to override the `/etc/hostid` file baked into the initrd. 3. `bootfs.snapshot`, `bootfs.snapshot=snapshot-name`: enables `zfs-snapshot-bootfs.service`,