Skip to content

Instantly share code, notes, and snippets.

@dizz
Created June 7, 2012 12:24
Show Gist options
  • Save dizz/2888536 to your computer and use it in GitHub Desktop.
Save dizz/2888536 to your computer and use it in GitHub Desktop.
foreman ubuntu preseed config for partitions
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular
d-i partman-auto/init_automatically_partition select Guided - use entire disk
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select \
Finish partitioning and write changes to disk
# d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment