/usr/share/simple-cdd/profiles/default.downloads is in simple-cdd 0.5.0.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # keep grub-pc and grub-efi or debian-installer may not work properly on
# i386/amd64.
grub-pc
grub-efi
popularity-contest
console-tools
console-setup
usbutils
acpi
acpid
eject
# needed for debian-installer's LVM, software RAID or encrypted disks:
lvm2
mdadm
cryptsetup
# to support reiserfs, JFS and XFS filesystems
reiserfsprogs
jfsutils
xfsprogs
# debian-cd uses debootstrap from the mirror
debootstrap
# initramfs-tools recommends busybox, and we don't yet support recommends
busybox
# newer debian-cd (0.3.5+) requires syslinux-common or syslinux in the mirror
syslinux-common
syslinux
# newer debian-cd (3.1.5+) requires isolinux
isolinux
|