Ubuntu Pastebin

Paste from preseed at Mon, 28 Nov 2016 03:51:16 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Partitioning
d-i partman-auto/method string raid
d-i partman-auto/disk string /dev/sda /dev/sdb
d-i partman-auto/expert_recipe string multiraid ::                \
    5000 10000 -1 raid $primary{ } $lvmignore{ } method{ raid } . \
    500 900 2000  raid $lvmignore{ } method{ raid } .

d-i partman-auto-raid/recipe string     \
    1 2 0 ext4 /  /dev/sda1#/dev/sdb1 . \
    1 2 0 swap - /dev/sda5#/dev/sdb5  .
Download as text