d-i debian-installer/allow_unauthenticated boolean true # Locale chooser #d-i localechooser/supported-locales multiselect as_IN.UTF-8, bho_IN.UTF-8, bn_IN.UTF-8, bo_IN.UTF-8,brx_IN.UTF-8 doi_IN.UTF-8, en_IN.UTF-8, gu_IN.UTF-8, hi_IN.UTF-8, mr_IN.UTF-8, ta_IN.UTF-8, te_IN.UTF-8 ### Account setup # Skip creation of a root account (normal user account will be able to # use sudo). d-i passwd/root-login boolean false #select available interface automatically #Skip use of network mirror d-i apt-setup/use_mirror boolean false d-i grub-installer/only_debian boolean true # Skip lilo installer d-i lilo-installer/skip boolean true # Avoid that last message about the install being complete #d-i finish-install/reboot_in_progress note # This is how to make the installer shutdown when finished, but not # reboot into the installed system. #d-i debian-installer/exit/halt boolean true