File: config

package info (click to toggle)
cryptsetup 2%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,356 kB
  • sloc: ansic: 65,885; sh: 17,691; cpp: 994; xml: 920; makefile: 495; perl: 486
file content (14 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PKGS_EXTRA+=( btrfs-progs lvm2 mdadm )
PKGS_EXTRA+=( cryptsetup-initramfs )

# "$DISTRIBUTOR_ID" is defined in ../utils/cryptroot-common
# Workaround for LP1831747 https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1831747
# Add implicit dependency of cryptsetup-initramfs
if [ "$DISTRIBUTOR_ID" = "ubuntu" ]; then
    PKGS_EXTRA+=( e2fsprogs )
fi

# /dev/mapper/testvg-lv1_crypt and /dev/vdc are both 1G and used in RAID1 mode
DRIVE_SIZES=( "1G" "264M" "1G" "512M" )

# vim: set filetype=bash :