From cc8b1591e2bf0fe7b0bbf6c0ab2b2ebb9e3bee86 Mon Sep 17 00:00:00 2001 From: Matthew Hyclak Date: Wed, 31 Dec 2008 13:56:49 -0500 Subject: [PATCH] Add Client subdirectory to allow for importing RHEL Desktop distros --- cobbler/action_import.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cobbler/action_import.py b/cobbler/action_import.py index faa68e5..07fce39 100644 --- a/cobbler/action_import.py +++ b/cobbler/action_import.py @@ -736,6 +736,7 @@ def guess_breed(kerneldir,path): [ 'Packages' , "redhat" ], [ 'Fedora' , "redhat" ], [ 'Server' , "redhat" ], + [ 'Client' , "redhat" ], ] guess = None -- 1.6.0.4