diff options
author | Brian Behlendorf <[email protected]> | 2011-07-22 13:56:03 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-07-22 15:18:24 -0700 |
commit | f7ef846ea19809b2f373c0542741ac04c65a07cb (patch) | |
tree | c31383e5852e739e4cef564cc6eb3cfbe42166e8 /dracut | |
parent | 0da78696904f6e0e7cfedd2a0296879f47717f4f (diff) |
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 <[email protected]>
Diffstat (limited to 'dracut')
-rw-r--r-- | dracut/README.dracut.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut/README.dracut.markdown b/dracut/README.dracut.markdown index 26284385a..cc17f6aad 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 |