diff options
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/install2.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 1019e2809..24d99cb03 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -27,6 +27,7 @@ use log; use fs; use fs::any; use fs::mount; +use messages; #-####################################################################################### #-$O @@ -65,7 +66,7 @@ $o = $::o = { #- eth0 => { DEVICE => "eth0", IPADDR => '1.2.3.4', NETMASK => '255.255.255.128' } #- }, }, - + untranslated_license => messages::main_license_raw(), #-step : the current one #-prefix #-mouse |