Re: Advanced RAID configuration in preseed

2016-07-27 Thread Mariusz Gronczewski
This is how we do 2x RAID1, altho on same disk (one for boot, other for LVM) # Parameters are: # \ # d-i partman-auto-raid/recipe string \ 1 2 0 ext2 /boot\ /dev/sda1#/dev/sdb1 \ . \ 1 2 0 lvm -

Advanced RAID configuration in preseed

2016-07-27 Thread Robert Haist
Hi everyone, I am currently trying to write a debian8 preseed config that creates two different software RAIDs (Mirror). I am trying to achieve the following layout: 2 x 128GB SSD -> /dev/sda & /dev/sdb -> / 2 x 1TB HGST -> /dev/sdc & /dev/sdd -> /var As far as I read in all examples and blog