Add missing <pool> option
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Jul 2011 20:56:03 +0000 (13:56 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 22 Jul 2011 22:18:24 +0000 (15:18 -0700)
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 <behlendorf1@llnl.gov>
dracut/README.dracut.markdown

index 2628438..cc17f6a 100644 (file)
@@ -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