Skip to content

Instantly share code, notes, and snippets.

@dizz
Created September 7, 2012 15:23
Show Gist options
  • Save dizz/3667133 to your computer and use it in GitHub Desktop.
Save dizz/3667133 to your computer and use it in GitHub Desktop.
partition table template
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