Browse Source

Initialize RAID parity as needed (PR 1529)

OPENBSD_2_9
angelos 23 years ago
parent
commit
b06b6e5f00
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc

+ 2
- 1
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.157 2000/10/27 06:36:35 deraadt Exp $
# $OpenBSD: rc,v 1.158 2000/12/30 06:35:17 angelos Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -60,6 +60,7 @@ fi
for dev in 0 1 2 3; do
if [ -f /etc/raid$dev.conf ]; then
raidctl -c /etc/raid$dev.conf raid$dev
raidctl -v -P raid$dev
fi
done


Loading…
Cancel
Save