From c1f6132f6e25d8858ba8c0db4843d9d41d71e5d1 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 23 Jan 2009 15:18:10 +0000 Subject: * fixed wrong access to 'boot_type' attribute of clients, such that the config-demuxer now at least tries to build preboot-cd images git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2519 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig-demuxer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3-55-g7522