You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
993 B
24 lines
993 B
--- |
|
kpartx/lopart.c | 4 ++-- |
|
1 file changed, 2 insertions(+), 2 deletions(-) |
|
|
|
Index: multipath-tools-130222/kpartx/lopart.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/kpartx/lopart.c |
|
+++ multipath-tools-130222/kpartx/lopart.c |
|
@@ -205,13 +205,13 @@ find_unused_loop_device (void) |
|
fprintf(stderr, |
|
"mount: Could not find any loop device, and, according to %s,\n" |
|
" this kernel does not know about the loop device.\n" |
|
- " (If so, then recompile or `insmod loop.o'.)", |
|
+ " (If so, then recompile or `modprobe loop'.)", |
|
PROC_DEVICES); |
|
|
|
else |
|
fprintf(stderr, |
|
"mount: Could not find any loop device. Maybe this kernel does not know\n" |
|
- " about the loop device (then recompile or `insmod loop.o'), or\n" |
|
+ " about the loop device (then recompile or `modprobe loop'), or\n" |
|
" maybe /dev/loop# has the wrong major number?"); |
|
|
|
} else
|
|
|