Removed raid mention
This commit is contained in:
parent
440a2b9dce
commit
b8e473b64f
1 changed files with 4 additions and 14 deletions
|
@ -64,16 +64,6 @@ clock_hctosys="NO"
|
|||
clock_systohc="NO"
|
||||
```
|
||||
|
||||
Configure the ESP raid array to mount.
|
||||
|
||||
```
|
||||
# modprobe raid1
|
||||
# echo raid1 >> /etc/modules-load.d/raid1.conf
|
||||
# mdadm --detail --scan >> /etc/mdadm.conf
|
||||
# rc-update add mdadm boot
|
||||
# rc-update add mdadm-raid boot
|
||||
```
|
||||
|
||||
Configure ZFS to mount.
|
||||
|
||||
```
|
||||
|
@ -85,7 +75,7 @@ Edit `/etc/fstab` for correct mounts:
|
|||
|
||||
```
|
||||
tank/root/alpine / zfs rw,noatime,xattr,posixacl,casesensitive 0 1
|
||||
/dev/md/esp /esp vfat defaults,nodev,nosuid,noexec 0 2
|
||||
/dev/disk/by-label/esp /esp vfat defaults,nodev,nosuid,noexec 0 2
|
||||
tmpfs /tmp tmpfs rw,nodev,nosuid,noexec,mode=1777 0 0
|
||||
proc /proc proc nodev,nosuid,noexec,hidepid=2 0 0
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue