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:
parent
3ac35cbc2b
commit
32983312ed
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user