1
0
Fork 0
cryptsetup/debian/tests/cryptroot-lvm.d/config
Daniel Baumann 74b680e410
Adding debian version 2:2.7.5-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 10:45:48 +02:00

10 lines
333 B
Bash

PKGS_EXTRA+=( e2fsprogs ) # for fsck.ext4
PKGS_EXTRA+=( dbus ) # for systemctl(1)
PKGS_EXTRA+=( lvm2 )
PKGS_EXTRA+=( cryptsetup-initramfs cryptsetup-suspend )
QEMU_MEMORY="size=512M"
GUEST_POWERCYCLE=1 # boot again after hibernation
DRIVE_SIZES=( "3G" ) # need a big enough swap to accomodate the memory
# vim: set filetype=bash :