Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux.git] / Documentation / device-mapper / dm-crypt.txt
index 6f15fcea9566f3fe09374e4413aeee9654f373c2..ff1f87bf26e8ad10e7327ecd74a87cb3a6e64058 100644 (file)
@@ -102,7 +102,7 @@ https://gitlab.com/cryptsetup/cryptsetup
 [[
 #!/bin/sh
 # Create a crypt device using dmsetup
-dmsetup create crypt1 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 babebabebabebabebabebabebabebabe 0 $1 0"
+dmsetup create crypt1 --table "0 `blockdev --getsz $1` crypt aes-cbc-essiv:sha256 babebabebabebabebabebabebabebabe 0 $1 0"
 ]]
 
 [[
This page took 0.035268 seconds and 4 git commands to generate.