diff options
-rw-r--r-- | config/auto_inst.cfg.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/auto_inst.cfg.pl b/config/auto_inst.cfg.pl index 39de171..34d5229 100644 --- a/config/auto_inst.cfg.pl +++ b/config/auto_inst.cfg.pl @@ -166,9 +166,11 @@ $o = { if_($has_gnome, 'beagle'), if_($has_moblin, 'task-3ddesktop-gtk'), - '/^kernel-server-/', if_($ENV{DRAKLIVE_ARCH} ne 'x86_64', '/^kernel-deskop-/'), + # block the kernels we dont want + if_($ENV{DRAKLIVE_ARCH} eq 'i586', '/^kernel-deskop-/'), '/^kernel-netbook-/', + '/^kernel-server-/', '/^kernel-xen-pvops-/', # not needed anymore (mga #2001) |