mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 19:30:04 +01:00
dracut-reencrypt: add --progress-frequency parameter
This commit is contained in:
@@ -18,7 +18,7 @@ else
|
|||||||
device="$1"
|
device="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PARAMS="$device -T 1 --use-fsync -B 32"
|
PARAMS="$device -T 1 --use-fsync --progress-frequency 5 -B 32"
|
||||||
if [ "$3" != "any" ]; then
|
if [ "$3" != "any" ]; then
|
||||||
PARAMS="$PARAMS -S $3"
|
PARAMS="$PARAMS -S $3"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user