summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/patch/patch-2006-no-dmraid.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/perl-install/patch/patch-2006-no-dmraid.pl b/perl-install/patch/patch-2006-no-dmraid.pl
new file mode 100644
index 000000000..acafc5047
--- /dev/null
+++ b/perl-install/patch/patch-2006-no-dmraid.pl
@@ -0,0 +1,15 @@
+log::l("PATCH: 2006-no-dmraid");
+
+use fsedit;
+package fsedit;
+
+undef *handle_dmraid;
+*handle_dmraid = sub {};
+
+# another solution
+# - press ctrl-alt-f2
+# - rm /sbin
+# - mkdir /sbin
+# - cd /tmp/stage2/sbin
+# - for i in *; do ln -s /tmp/stage2/sbin/$i /sbin/$i; done
+# - rm /sbin/dmraid