diff options
Diffstat (limited to 'contrib/dracut/README.dracut.markdown')
-rw-r--r-- | contrib/dracut/README.dracut.markdown | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/dracut/README.dracut.markdown b/contrib/dracut/README.dracut.markdown index 46d032f70..b5fb288a1 100644 --- a/contrib/dracut/README.dracut.markdown +++ b/contrib/dracut/README.dracut.markdown @@ -11,12 +11,6 @@ the dataset mountpoint property to '/'. $ zpool set bootfs=pool/dataset pool $ zfs set mountpoint=/ pool/dataset -It is also possible to set the bootfs property for an entire pool, just in -case you are not using a dedicated dataset for '/'. - - $ zpool set bootfs=pool pool - $ zfs set mountpoint=/ pool - Alternately, legacy mountpoints can be used by setting the 'root=' option on the kernel line of your grub.conf/menu.lst configuration file. Then set the dataset mountpoint property to 'legacy'. |