Skip to content

Commit

Permalink
Explain dozfs in more detail
Browse files Browse the repository at this point in the history
Signed-off-by: crocket <[email protected]>
(cherry picked from commit cf2c05f)
Fixes: #25
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
crocket authored and robbat2 committed Mar 8, 2019
1 parent dbb8d89 commit 8ae9d5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genkernel
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 8ae9d5a

Please sign in to comment.