summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-09-13 11:38:17 +0000
committerFrancois Pons <fpons@mandriva.com>2002-09-13 11:38:17 +0000
commit4f7aa8fc34b609c07aa030d0d11527511b980f25 (patch)
tree2e43d9cf12de60195e2f2731bceef673fb2791b7
parent1dea3aa455e88e3fd99fe18b2cdac8707e9cf5a3 (diff)
downloaddrakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar
drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar.gz
drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar.bz2
drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar.xz
drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.zip
added modprobe loop before killing devfsd.
-rwxr-xr-xperl-install/live_install21
1 files changed, 1 insertions, 0 deletions
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,