Created
August 15, 2012 18:02
-
-
Save ottomata/3361991 to your computer and use it in GitHub Desktop.
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
# Dells analytics1011-1022 have 1 SSD. Use it for root and swap. | |
d-i partman-auto/method string regular | |
# Use the first two disks | |
d-i partman-auto/disk string /dev/sda | |
# Define physical partitions, 30GB ext4 / and 12GB swap. | |
d-i partman-auto/expert_recipe string analytics : 30000 5000 30000 ext4 $primary{ } $bootable{ } method{ format } format{ } use_filesystem{ } filesystem{ ext4 } mountpoint{ / } . 12000 1000 12000 linux-swap method{ swap } format{ } | |
d-i partman-auto/choose_recipe analytics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment