From 4f7aa8fc34b609c07aa030d0d11527511b980f25 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 13 Sep 2002 11:38:17 +0000 Subject: added modprobe loop before killing devfsd. --- perl-install/live_install2 | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/live_install2 b/perl-install/live_install2 index 68ffa528b..a1eec4486 100755 --- a/perl-install/live_install2 +++ b/perl-install/live_install2 @@ -5,6 +5,7 @@ chomp $dir; $dir .= "/../../.."; #- allow devfsd to enable a faster upgrade. +system "modprobe loop"; system "killall devfsd >/dev/null 2>/dev/null"; #- perl version of the install, we use directly the version we found, -- cgit v1.2.1