Skip to content

Commit

Permalink
add option
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Dec 14, 2024
1 parent 80e7d05 commit f077274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disk/format-chosen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ then
check_command zfs set atime=off "$POOLNAME"
check_command zfs set recordsize=128k "$POOLNAME"
check_command zfs set logbias=latency "$POOLNAME"
check_command zfs set dnodesize=auto "$POOLNAME"

else
msg_box "It seems like /dev/$DEVTYPE does not exist.
Expand Down

0 comments on commit f077274

Please sign in to comment.