Created
August 7, 2012 12:22
-
-
Save pgmillon/3284891 to your computer and use it in GitHub Desktop.
Preseed file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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