diff options
Diffstat (limited to 'perl-install/install2.pm')
-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 9584641ae..f737dc00a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -491,6 +491,9 @@ sub main { log::l("switching to newt install cuz not enough memory"); $o->{interactive} = "newt"; } + # perl_checker: require install_steps_gtk + # perl_checker: require install_steps_newt + # perl_checker: require install_steps_stdio require "install_steps_$o->{interactive}.pm" if $o->{interactive}; #- needed before accessing floppy (in case of usb floppy) |