summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxconfig-demuxer')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index d6d58e15..43d2da77 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -526,7 +526,7 @@ sub createBootEnvironmentsForSystem
my %bootTypes;
foreach my $client (@$clients) {
- my $type = $client->{boot_type} || 'pxe';
+ my $type = $client->{attrs}->{boot_type} || 'pxe';
$bootTypes{$type}++;
}
foreach my $bootType (sort keys %bootTypes) {