From 7b5ee5b09faf1d107ff63bd9d49916f0e1bf499f Mon Sep 17 00:00:00 2001 From: fsgqa Date: Wed, 5 Jun 2002 02:24:23 +0000 Subject: [PATCH] loop may not always be a module - if not, modprobe will barf, but we should still proceed. --- common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.rc b/common.rc index d2fea2df..4f54f0b0 100644 --- a/common.rc +++ b/common.rc @@ -387,7 +387,7 @@ _require_logdev() # _require_loop() { - modprobe loop + modprobe loop >/dev/null 2>&1 if grep loop /proc/devices >/dev/null 2>&1 then : -- 2.30.2