From 620c28485120ea4ad5aeadf795344a03121cccb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=B0=D1=86=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Fri, 2 Jul 2010 17:34:08 +0400 Subject: [PATCH] Fix load from dmraid. --- install/calculate | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/calculate b/install/calculate index 7e6be9c..e507caa 100755 --- a/install/calculate +++ b/install/calculate @@ -6636,7 +6636,9 @@ sub initrd_clean{ $1 ne 'aufs' && $1 ne 'exportfs' && - $1 ne 'unionfs' + $1 ne 'unionfs' && + + $1 ne 'dm_mod' ){ `rm $_`; }