Skip to content

Instantly share code, notes, and snippets.

@SergeantSod
SergeantSod / preseed.txt
Created July 24, 2012 16:17
Example of a debian preseed file
#### Contents of the preconfiguration file (for squeeze)
### Localization
# Preseeding only locale sets language, country and locale.
#d-i debian-installer/locale string en_US
# The values can also be preseeded individually for greater flexibility.
d-i debian-installer/language string en
d-i debian-installer/country string DE
d-i debian-installer/locale string en_US.UTF-8
# Optionally specify additional locales to be generated.