Blame SOURCES/0012-RH-kpartx-msg.patch
|
|
4728c8 |
---
|
|
|
4728c8 |
kpartx/lopart.c | 4 ++--
|
|
|
4728c8 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
4728c8 |
|
|
|
4728c8 |
Index: multipath-tools-130222/kpartx/lopart.c
|
|
|
4728c8 |
===================================================================
|
|
|
4728c8 |
--- multipath-tools-130222.orig/kpartx/lopart.c
|
|
|
4728c8 |
+++ multipath-tools-130222/kpartx/lopart.c
|
|
|
4728c8 |
@@ -205,13 +205,13 @@ find_unused_loop_device (void)
|
|
|
4728c8 |
fprintf(stderr,
|
|
|
4728c8 |
"mount: Could not find any loop device, and, according to %s,\n"
|
|
|
4728c8 |
" this kernel does not know about the loop device.\n"
|
|
|
4728c8 |
- " (If so, then recompile or `insmod loop.o'.)",
|
|
|
4728c8 |
+ " (If so, then recompile or `modprobe loop'.)",
|
|
|
4728c8 |
PROC_DEVICES);
|
|
|
4728c8 |
|
|
|
4728c8 |
else
|
|
|
4728c8 |
fprintf(stderr,
|
|
|
4728c8 |
"mount: Could not find any loop device. Maybe this kernel does not know\n"
|
|
|
4728c8 |
- " about the loop device (then recompile or `insmod loop.o'), or\n"
|
|
|
4728c8 |
+ " about the loop device (then recompile or `modprobe loop'), or\n"
|
|
|
4728c8 |
" maybe /dev/loop# has the wrong major number?");
|
|
|
4728c8 |
|
|
|
4728c8 |
} else
|