From 34f734b1e3e5620c87e3bd359e4943fdbb0ccdb6 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 3 Feb 2009 20:11:29 +0000 Subject: * added requiresDefaultClientConfig() which is going to be used by the config demuxer, soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2567 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/OpenSLX/BootEnvironment/PXE.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot-env/OpenSLX/BootEnvironment/PXE.pm') diff --git a/boot-env/OpenSLX/BootEnvironment/PXE.pm b/boot-env/OpenSLX/BootEnvironment/PXE.pm index e8c05090..fe72b1cf 100644 --- a/boot-env/OpenSLX/BootEnvironment/PXE.pm +++ b/boot-env/OpenSLX/BootEnvironment/PXE.pm @@ -34,6 +34,8 @@ sub initialize $self->{'original-path'} = "$openslxConfig{'public-path'}/tftpboot"; $self->{'target-path'} = "$openslxConfig{'public-path'}/tftpboot.new"; + $self->{'requires-default-client-config'} = 1; + if (!$self->{'dry-run'}) { mkpath([$self->{'original-path'}]); rmtree($self->{'target-path'}); -- cgit v1.2.3-55-g7522