Add missing <pool> 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 <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2011-07-22 13:56:03 -07:00
parent 0da7869690
commit f7ef846ea1
1 changed files with 1 additions and 1 deletions

View 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 2) Set the bootfs property for the bootable dataset in the pool. Then set
the dataset mountpoint property to '/'. the dataset mountpoint property to '/'.
$ zpool set bootfs=pool/dataset $ zpool set bootfs=pool/dataset pool
$ zfs set mountpoint=/ pool/dataset $ zfs set mountpoint=/ pool/dataset
Alternately, legacy mountpoints can be used by setting the 'root=' option Alternately, legacy mountpoints can be used by setting the 'root=' option