summary refs log tree commit diff
path: root/core-services/03-filesystems.sh
diff options
context:
space:
mode:
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