From 1de18b70fe1d3a0a6a098c34a2dd0803de315a0d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 26 Jun 2009 11:03:21 +0200 Subject: [PATCH] losetup: suggest to use modprobe rather than insmod in losetup.8 Addresses-Debian-Bug: #334796 Signed-off-by: Karel Zak --- mount/losetup.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mount/losetup.8 b/mount/losetup.8 index 66631b72..f5d3e179 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 -- 2.39.5