diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-19 12:03:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-19 12:03:32 +0000 |
commit | 265c39221f89ffaf22b4d58d7dfe04a09871695a (patch) | |
tree | 675d321a0cc998e09c0a03645312b0c955b7bb48 /perl-install | |
parent | 4dbd146905f4e6ac5b849499b40993b53c868f8b (diff) | |
download | drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar.gz drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar.bz2 drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.tar.xz drakx-265c39221f89ffaf22b4d58d7dfe04a09871695a.zip |
revert
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index b2ad7353d..90ac0894a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -185,9 +185,6 @@ sub formatPartitions { devices::make("$o->{prefix}/dev/null"); chmod 0666, "$o->{prefix}/dev/null"; - #- TEMPORARY WORKAROUND (gc) try to workaround mkinitrd failed problems [mkinitrd called sometimes but I don't know where from :-(] - eval { modules::load("loop") }; - common::screenshot_dir__and_move(); any::rotate_logs($o->{prefix}); |