From 69ed419f20f09ac3eb39597fecce8073b7194cae Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 26 Nov 2017 14:34:28 +0000 Subject: Remove duplicate setting of DRAKLIVE_ environment variables. This is done by the draklive script. --- config/live.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/live.cfg b/config/live.cfg index 5847636..cb9fae6 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -20,13 +20,6 @@ my $_l = { repository => $live->{settings}{repository}, auto_install => 'config/auto_inst.cfg.pl', install_env => { - DRAKLIVE_DESKTOP => $live->{settings}{desktop}, - DRAKLIVE_MEDIA => $live->{settings}{media}, - DRAKLIVE_PRODUCT => $live->{settings}{product}, - DRAKLIVE_ARCH => $live->{settings}{arch}, - DRAKLIVE_ADDITIONAL_REPOSITORY => $live->{settings}{additional_repository}, - DRAKLIVE_COMMERCIAL => $live->{settings}{commercial}, - DRAKLIVE_DEFAULT_USER => $live->{settings}{default_user}, }, hide_media_dirs => 0, if_($live->{settings}{default_user}, preselect_kdm_user => $live->{settings}{default_user}), -- cgit v1.2.1