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:
parent
0da7869690
commit
f7ef846ea1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue