1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

test: update test to use --disk-size=min

This commit is contained in:
Lennart Poettering 2021-11-19 09:58:50 +01:00
parent 078dfb0641
commit 75f6ae064e

View File

@ -35,7 +35,7 @@ mount -t tmpfs tmpfs /home-pool -o size=290M
# needlessly pressure for storage. We also set the cheapest KDF, since we don't
# want to waste CI CPU cycles on it.
NEWPASSWORD=xEhErW0ndafV4s homectl create test-user \
--disk-size=256M \
--disk-size=min \
--luks-discard=yes \
--image-path=/home-pool/test-user.home \
--luks-pbkdf-type=pbkdf2 \