From 8ae9d5aa160bbc698efbc7a169ddf30381cd2ad2 Mon Sep 17 00:00:00 2001 From: crocket <748856+crocket@users.noreply.github.com> Date: Sat, 2 Mar 2019 18:58:58 +0900 Subject: [PATCH] Explain dozfs in more detail Signed-off-by: crocket (cherry picked from commit cf2c05f163128d9cc93117595c677fca35fc1649) Fixes: https://github.com/robbat2/genkernel/pull/25 Signed-off-by: Robin H. Johnson --- genkernel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/genkernel b/genkernel index ba3c3bd5..61dddca0 100755 --- a/genkernel +++ b/genkernel @@ -376,6 +376,8 @@ then [ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid="' [ "${ZFS}" = '1' ] && print_warning 1 'add "dozfs" for ZFS volume management support' [ "${ZFS}" = '1' ] && print_warning 1 ' and either "root=ZFS" to use bootfs autodetection or "root=ZFS=" to force booting from a specific dataset' + [ "${ZFS}" = '1' ] && print_warning 1 'If importing ZFS pool is slow, add dozfs=cache or dozfs=force to kernel commandline.' + [ "${ZFS}" = '1' ] && print_warning 1 '"man genkernel" explains "dozfs" in detail.' [ "${BTRFS}" = '1' ] && print_warning 1 'add "dobtrfs" for Btrfs device scanning support' [ "${ISCSI}" = '1' ] && print_warning 1 'add at least "iscsi_initiatorname= iscsi_target= and iscsi_address=" for iscsi support'