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