update spelling...etc solusos_on_raid0_home.md

This commit is contained in:
Trent Palmer 2016-12-17 11:57:24 -08:00
parent cc7de71194
commit db796b433d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## Install SolusOS with raid0 /home device
## Install SolusOS with software raid0 /home device
I don't know if this is correct or not, but it's working for me.
First, torrent the latest iso and write it to a thumb drive with ddrescue
@ -18,7 +18,7 @@ and then mdadm is not installed so you will have to install that.
eopkg install mdadm
```
If you need to create your raid device, the [Arch Wiki](https://wiki.archlinux.org/index.php/RAID)
If you need to create your software raid device, the [Arch Wiki](https://wiki.archlinux.org/index.php/RAID)
is a great resource, but you'll at least need to assemble the raid.
```bash
@ -26,7 +26,7 @@ mdadm --assemble --scan
```
Now you can run the installer gui application, and select the raid device as your home partition. But
there is some addition configuration you'll need to do via chroot. Mount your / device and chroot into
there is some additional configuration you'll need to do via chroot. Mount your / device and chroot into
it.
```bash