summaryrefslogtreecommitdiffstats
path: root/config/auto_inst.cfg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config/auto_inst.cfg.pl')
-rw-r--r--config/auto_inst.cfg.pl10
1 files changed, 2 insertions, 8 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index bc27e2b..cb64266 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -4,14 +4,8 @@
# You can do this with 'perl -cw auto_inst.cfg.pl' or by executing this file
# (note the '#!/usr/bin/perl -cw' on the first line).
-my $distro_theme =
- $ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i ?
- 'Powerpack' :
- 'LiveCD';
-my $distro_release =
- $ENV{DRAKLIVE_PRODUCT} =~ /liveusb-rw/i ?
- 'Liveusb-Rw' :
- 'LiveCD';
+my $distro_theme = 'Default';
+my $distro_release = 'Default';
my $distro_config = lc($distro_release);
my @desktops = split(/\|/, $ENV{DRAKLIVE_DESKTOP});