From af6e5c80db8599ff73a44005f575f9d02a45c685 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 Aug 2014 11:39:18 +0200 Subject: core-services/03-filesystems.sh: don't error out when activating dmraid devices. --- core-services/03-filesystems.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core-services/03-filesystems.sh') 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 -- cgit 1.4.1