diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-09-18 10:39:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-09-18 10:39:52 +0000 |
commit | 0c1d3eef434cb424ea05e483e9d58bb9d1456e50 (patch) | |
tree | 39e877d26e9ba6ae64e68286bd4d813241800be4 /perl-install/standalone | |
parent | fd595b4a25c09427f335f0afc2241569d287c544 (diff) | |
download | drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar.gz drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar.bz2 drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.tar.xz drakx-0c1d3eef434cb424ea05e483e9d58bb9d1456e50.zip |
save the untranslated license early
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/finish-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index 6dd358bed..fc91491cd 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -12,6 +12,7 @@ use any; use authentication; use network::network; use security::level; +use messages; my $conf_file = '/etc/sysconfig/finish-install'; my %conf = getVarsFromSh($conf_file); @@ -24,6 +25,8 @@ network::network::read_net_conf($net); $::isWizard = 1; my $in = 'interactive'->vnew('su'); +$in->{untranslated_license} = messages::main_license_raw(); + any::set_wm_hints_if_needed($in); sub get_conf { |