btrfs/blake2
This commit is contained in:
parent
32703df110
commit
268f68aeec
1 changed files with 1 additions and 1 deletions
2
sh/fs.sh
2
sh/fs.sh
|
@ -5,7 +5,7 @@ rwx_fs_make_btrfs() {
|
|||
if [ -b "${device}" ]; then
|
||||
set -- \
|
||||
--force \
|
||||
--checksum "sha256"
|
||||
--checksum "blake2"
|
||||
if [ -n "${label}" ]; then
|
||||
set -- "${@}" \
|
||||
--label "${label}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue