update chroot procedure url solusos_on_raid0_home.md

This commit is contained in:
Trent Palmer 2016-12-17 12:52:32 -08:00
parent 8cce18b571
commit 936a533fb2
1 changed files with 2 additions and 0 deletions

View File

@ -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