Minimum sector size is now 2k

This commit is contained in:
Łukasz Magiera
2020-02-28 01:48:34 +01:00
parent 9161b865f3
commit 4dc35285dd
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
set -xeo
NUM_SECTORS=2
SECTOR_SIZE=1024
SECTOR_SIZE=2048
sdt0111=$(mktemp -d)