summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2011-12-10 18:43:38 +0000
committerThomas Backlund <tmb@mageia.org>2011-12-10 18:43:38 +0000
commitc4e0aff0ed2a4f7601f9cefa293bb28c89ea757e (patch)
treeaf2422e56ae3ab4cce4964b68133a2d588b0fd43 /config
parent304235e50453f9203880c8aebcfb006f7a387506 (diff)
downloaddraklive-config-c4e0aff0ed2a4f7601f9cefa293bb28c89ea757e.tar
draklive-config-c4e0aff0ed2a4f7601f9cefa293bb28c89ea757e.tar.gz
draklive-config-c4e0aff0ed2a4f7601f9cefa293bb28c89ea757e.tar.bz2
draklive-config-c4e0aff0ed2a4f7601f9cefa293bb28c89ea757e.tar.xz
draklive-config-c4e0aff0ed2a4f7601f9cefa293bb28c89ea757e.zip
force basesystem to be on livecds
Diffstat (limited to 'config')
-rw-r--r--config/auto_inst.cfg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl
index ec65c48..2d14a6b 100644
--- a/config/auto_inst.cfg.pl
+++ b/config/auto_inst.cfg.pl
@@ -190,8 +190,8 @@ $o = {
if_($ENV{DRAKLIVE_PRODUCT} =~ /gaming/i, 'task-games'),
- # timezone must be on livecds (#3497)
- 'timezone',
+ # basesystem must be on livecd
+ 'basesystem',
if_($has_gnome, 'gnome-shell'),