hetzner mdadm md:
This commit is contained in:
parent
7cb8f74214
commit
5b750c894b
1 changed files with 2 additions and 2 deletions
|
@ -214,7 +214,7 @@ function hetzner-rescue-wipe-8-8-0-init {
|
|||
--create '/dev/md/boot' \
|
||||
--level 0 \
|
||||
--metadata 1 \
|
||||
--name 'boot' \
|
||||
--name 'md:boot' \
|
||||
--raid-devices ${#devices[@]} \
|
||||
--uuid '00000000:00000000:00000000:00000002' \
|
||||
"${members[@]}"
|
||||
|
@ -247,7 +247,7 @@ function hetzner-rescue-wipe-8-8-0-init {
|
|||
--create '/dev/md/crypt' \
|
||||
--level 0 \
|
||||
--metadata 1 \
|
||||
--name 'crypt' \
|
||||
--name 'md:crypt' \
|
||||
--raid-devices ${#devices[@]} \
|
||||
--uuid '00000000:00000000:00000000:00000001' \
|
||||
"${members[@]}"
|
||||
|
|
Loading…
Reference in a new issue