about summary refs log tree commit diff
path: root/core-services/03-filesystems.sh
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-22 11:39:18 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-22 11:39:18 +0200
commitaf6e5c80db8599ff73a44005f575f9d02a45c685 (patch)
treefc6d324d2fa14f40e28dafac02c27b0a1a283ab1 /core-services/03-filesystems.sh
parentb2de501d4bd7601298705484e701b0734f5e4104 (diff)
downloadrunit-void-af6e5c80db8599ff73a44005f575f9d02a45c685.tar.gz
runit-void-af6e5c80db8599ff73a44005f575f9d02a45c685.tar.xz
runit-void-af6e5c80db8599ff73a44005f575f9d02a45c685.zip
core-services/03-filesystems.sh: don't error out when activating dmraid devices.
Diffstat (limited to 'core-services/03-filesystems.sh')
-rw-r--r--core-services/03-filesystems.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core-services/03-filesystems.sh b/core-services/03-filesystems.sh
index 8256e7d..af55570 100644
--- a/core-services/03-filesystems.sh
+++ b/core-services/03-filesystems.sh
@@ -7,7 +7,7 @@ mount -o remount,ro / || emergency_shell
 
 if [ -x /sbin/dmraid ]; then
     msg "Activating dmraid devices...\n"
-    dmraid -i -ay || emergency_shell
+    dmraid -i -ay
 fi
 
 if [ -x /bin/btrfs ]; then