diff options
-rw-r--r-- | perl-install/install2.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 90ac0894a..b2ad7353d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -185,6 +185,9 @@ 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}); |