mirror of
https://gist.github.com/a23b8e9f2c9b39398c513b2bcbfc531f.git
synced 2024-11-23 10:21:31 -08:00
update chroot procedure url solusos_on_raid0_home.md
parent
8cce18b571
commit
936a533fb2
@ -42,8 +42,10 @@ mount /dev/nvme0n1p1 /mnt # (or similar)
|
||||
and then perform chroot
|
||||
|
||||
```bash
|
||||
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
|
||||
chroot /mnt
|
||||
```
|
||||
|
||||
and then install and set up mdadm
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user