summaryrefslogtreecommitdiffstats
path: root/mount/losetup.8
diff options
context:
space:
mode:
authorKarel Zak2009-06-26 11:03:21 +0200
committerKarel Zak2009-06-26 11:03:21 +0200
commit1de18b70fe1d3a0a6a098c34a2dd0803de315a0d (patch)
tree77296df3c57ae6252a90c1c45b6ef750a616f283 /mount/losetup.8
parentmount: add info about obsolete vfat options to mount.8 (diff)
downloadkernel-qcow2-util-linux-1de18b70fe1d3a0a6a098c34a2dd0803de315a0d.tar.gz
kernel-qcow2-util-linux-1de18b70fe1d3a0a6a098c34a2dd0803de315a0d.tar.xz
kernel-qcow2-util-linux-1de18b70fe1d3a0a6a098c34a2dd0803de315a0d.zip
losetup: suggest to use modprobe rather than insmod in losetup.8
Addresses-Debian-Bug: #334796 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/losetup.8')
-rw-r--r--mount/losetup.86
1 files changed, 3 insertions, 3 deletions
diff --git a/mount/losetup.8 b/mount/losetup.8
index 66631b724..f5d3e179b 100644
--- a/mount/losetup.8
+++ b/mount/losetup.8
@@ -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