]> err.no Git - util-linux/commitdiff
losetup: suggest to use modprobe rather than insmod in losetup.8
authorKarel Zak <kzak@redhat.com>
Fri, 26 Jun 2009 09:03:21 +0000 (11:03 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Jun 2009 09:03:21 +0000 (11:03 +0200)
Addresses-Debian-Bug: #334796
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/losetup.8

index 66631b724b22206e3a65949e4bd9759d85ec48d8..f5d3e179b78aa412440fd5a6ec06dac8668624b6 100644 (file)
@@ -138,12 +138,12 @@ from determining the status of the device.
 If you are using the loadable module you must have the module loaded
 first with the command
 .IP
-# insmod loop.o
+# modprobe loop
 .LP
 Maybe also encryption modules are needed.
 .IP
-# insmod des.o
-# insmod cryptoloop.o
+# modprobe des
+# modprobe cryptoloop
 .LP
 The following commands can be used as an example of using the loop device.
 .nf