diff options
Diffstat (limited to 'perl-install')
-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, |