X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=dracut%2FREADME.dracut.markdown;h=909273a65861f23347aa94608fbad360fc1bbeca;hb=5547c2f1bf49802835fd6c52f15115ba344a2a8b;hp=26284385a82004e42a03a0b34021b79dfe91d6fe;hpb=dc2a4a9136ab5f6e56f9ca8581ec1535adce6c36;p=zfs.git diff --git a/dracut/README.dracut.markdown b/dracut/README.dracut.markdown index 2628438..909273a 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 @@ -33,16 +33,17 @@ Kernel Command Line The initramfs' behavior is influenced by the following kernel command line parameters passed in from the boot loader: -* `root=...`: If not set, importable pools are searched for a bootfs attribute. -If an explicitly set root is desired, you may use `root=ZFS:pool/dataset` +* `root=...`: If not set, importable pools are searched for a bootfs +attribute. If an explicitly set root is desired, you may use +`root=ZFS:pool/dataset` * `zfs_force=0`: If set to 1, the initramfs will run `zpool import -f` when attempting to import pools if the required pool isn't automatically imported -by the zfs module. This can save you a trip to a bootcd if hostid has changed, -but is dangerous and can lead to zpool corruption, particularly in cases where -storage is on a shared fabric such as iSCSI where multiple hosts can access -storage devices concurrently. _Please understand the implications of -force-importing a pool before enabling this option!_ +by the zfs module. This can save you a trip to a bootcd if hostid has +changed, but is dangerous and can lead to zpool corruption, particularly in +cases where storage is on a shared fabric such as iSCSI where multiple hosts +can access storage devices concurrently. _Please understand the implications +of force-importing a pool before enabling this option!_ * `spl_hostid`: By default, the hostid used by the SPL module is read from /etc/hostid inside the initramfs. This file is placed there from the host