mirror of
https://gist.github.com/a23b8e9f2c9b39398c513b2bcbfc531f.git
synced 2024-11-23 11:01: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
|
and then perform chroot
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
|
||||||
chroot /mnt
|
chroot /mnt
|
||||||
```
|
```
|
||||||
|
|
||||||
and then install and set up mdadm
|
and then install and set up mdadm
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user