commit: 05503510ec91eaf840b886a56e1c5b0907a6c2fc
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:46:29 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 15:28:19 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=05503510
linuxrc: Don't advertise multipath usage
Since we don't do this for any other stuff, let's
remove it for multipath, too.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
defaults/linuxrc | 1 -
1 file changed, 1 deletion(-)
diff --git a/defaults/linuxrc b/defaults/linuxrc
index 83ef89f..fedb66a 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -121,7 +121,6 @@ do
USE_DMRAID_NORMAL=1
;;
domultipath)
- good_msg "Booting with multipath activated."
USE_MULTIPATH_NORMAL=1
;;
dozfs*)