From: Brian Behlendorf Date: Fri, 22 Jul 2011 20:56:03 +0000 (-0700) Subject: Add missing option X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=f7ef846ea19809b2f373c0542741ac04c65a07cb;p=zfs.git Add missing option The bootfs example in the dracut documentation was sightly incorrect because it lacked the trailing required pool argument. Add it. Signed-off-by: Brian Behlendorf --- diff --git a/dracut/README.dracut.markdown b/dracut/README.dracut.markdown index 2628438..cc17f6a 100644 --- a/dracut/README.dracut.markdown +++ b/dracut/README.dracut.markdown @@ -8,7 +8,7 @@ create an initramfs which is zfs aware. 2) Set the bootfs property for the bootable dataset in the pool. Then set the dataset mountpoint property to '/'. - $ zpool set bootfs=pool/dataset + $ zpool set bootfs=pool/dataset pool $ zfs set mountpoint=/ pool/dataset Alternately, legacy mountpoints can be used by setting the 'root=' option