summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive7
1 files changed, 5 insertions, 2 deletions
diff --git a/draklive b/draklive
index 244b4cb..865477d 100755
--- a/draklive
+++ b/draklive
@@ -164,9 +164,12 @@ sub install_system {
$drakx_in_chroot = $local_drakx_in_chroot;
}
- local %ENV = (%ENV, %{$live->{system}{install_env}});
+ local %ENV = (
+ %ENV,
+ (map { "DRAKLIVE_". uc($_->[0]) => $_->[1] } group_by2(%{$live->{settings}})),
+ %{$live->{system}{install_env}},
+ );
$ENV{DRAKLIVE_LANGS} = join(':', get_langs($live));
- $ENV{DRAKLIVE_REGION} = $live->{settings}{region};
run_({ setarch => $live->{settings}{arch} },
'perl', $drakx_in_chroot,
$repository,