]> granicus.if.org Git - zfs/commitdiff
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 26284385a82004e42a03a0b34021b79dfe91d6fe..cc17f6aadb63f4940d66d5380ca037113c5f56d8 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