Skip to content

Instantly share code, notes, and snippets.

@pgmillon
Created August 7, 2012 12:22
Show Gist options
  • Save pgmillon/3284891 to your computer and use it in GitHub Desktop.
Save pgmillon/3284891 to your computer and use it in GitHub Desktop.
Preseed file
### Localization
d-i debian-installer/locale string fr_FR
# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
d-i netcfg/dhcp_timeout string 60
### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.
d-i clock-setup/utc boolean true
### Partitioning
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe select atomic
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
ubiquity ubiquity/summary note
ubiquity ubiquity/reboot boolean true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment