mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-22 16:01:28 -04:00
Update
This commit is contained in:
parent
83b92ae181
commit
e8b62e23cb
2 changed files with 6 additions and 1 deletions
|
@ -20,9 +20,14 @@ cfdisk /dev/nvme0n1
|
|||
cfdisk /dev/nvme0n2
|
||||
```
|
||||
|
||||

|
||||
|
||||
## Mirroring the ESP partition
|
||||
|
||||
__Skip this if you are not doing mirroring__
|
||||
|
||||
While the EFI specs do not support `mdadm`, we can setup mdadm with metadata v1.0, which will be put at the end of the parition and allows it to boot.
|
||||
|
||||
`mdadm --create /dev/md0 --level 1 --raid-disks --metadata 1.0 /dev/nvme0n1p1 /dev/nvme0n1p2`
|
||||
```bash
|
||||
mdadm --create /dev/md0 --level 1 --raid-disks --metadata 1.0 /dev/nvme0n1p1 /dev/nvme0n1p2
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue