commit: 8ae9d5aa160bbc698efbc7a169ddf30381cd2ad2 Author: crocket <748856+crocket <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Mar 2 09:58:58 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 05:43:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8ae9d5aa
Explain dozfs in more detail Signed-off-by: crocket <crockabiscuit <AT> gmail.com> (cherry picked from commit cf2c05f163128d9cc93117595c677fca35fc1649) Fixes: https://github.com/robbat2/genkernel/pull/25 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> genkernel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/genkernel b/genkernel index ba3c3bd..61dddca 100755 --- a/genkernel +++ b/genkernel @@ -376,6 +376,8 @@ then [ "${DMRAID}" = '1' ] && print_warning 1 ' or "dodmraid=<additional options>"' [ "${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=<dataset>" 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=<initiator name> iscsi_target=<target name> and iscsi_address=<target ip>" for iscsi support'
