diff options
author | Francois Pons <fpons@mandriva.com> | 2002-09-13 11:38:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-09-13 11:38:17 +0000 |
commit | 4f7aa8fc34b609c07aa030d0d11527511b980f25 (patch) | |
tree | 2e43d9cf12de60195e2f2731bceef673fb2791b7 /perl-install/live_install2 | |
parent | 1dea3aa455e88e3fd99fe18b2cdac8707e9cf5a3 (diff) | |
download | drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar.gz drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar.bz2 drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.tar.xz drakx-4f7aa8fc34b609c07aa030d0d11527511b980f25.zip |
added modprobe loop before killing devfsd.
Diffstat (limited to 'perl-install/live_install2')
-rwxr-xr-x | perl-install/live_install2 | 1 |
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, |