# Ask for cloud installation. d-i anna/choose_modules string eucalyptus-udeb # Suggest LVM by default. d-i partman-auto/init_automatically_partition string some_device_lvm d-i partman-auto/init_automatically_partition seen false # Always install the PAE kernel. d-i base-installer/kernel/override-image string linux-generic-pae # Only install basic language packs. Let tasksel ask about tasks. d-i pkgsel/language-pack-patterns string # No language support packages. d-i pkgsel/install-language-support boolean false # Only ask the UTC question if there are other operating systems installed. d-i clock-setup/utc-auto boolean true # No boot splash screen. d-i debian-installer/splash boolean false