Created
June 7, 2012 12:24
-
-
Save dizz/2888536 to your computer and use it in GitHub Desktop.
foreman ubuntu preseed config for partitions
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