1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-12 09:17:44 +03:00

test: bump the second partition size to 50MB

10MB is not enough for a LUKS2 partition.
This commit is contained in:
Frantisek Sumsal 2019-03-15 05:54:35 +01:00
parent 3ac35cbc2b
commit 32983312ed

View File

@ -470,7 +470,7 @@ create_empty_image() {
[ -b "$LOOPDEV" ] || return 1
echo "LOOPDEV=$LOOPDEV" >> $STATEFILE
sfdisk "$LOOPDEV" <<EOF
,$((_size-10))M
,$((_size-50))M
,
EOF