summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/AttributeRoster.pm
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/OpenSLX/AttributeRoster.pm')
-rw-r--r--config-db/OpenSLX/AttributeRoster.pm14
1 files changed, 13 insertions, 1 deletions
diff --git a/config-db/OpenSLX/AttributeRoster.pm b/config-db/OpenSLX/AttributeRoster.pm
index f039d20e..88d6295f 100644
--- a/config-db/OpenSLX/AttributeRoster.pm
+++ b/config-db/OpenSLX/AttributeRoster.pm
@@ -71,8 +71,10 @@ sub _init
generates a set of images (see preboot_media) that can
be used to remotely boot the systems referred to by
this client
+ pbs
+ preboot server (experimental)
End-of-Here
- content_regex => qr{^(pxe|preboot)$},
+ content_regex => qr{^(pxe|preboot|pbs)$},
content_descr => '"pxe" or "preboot"',
default => 'pxe',
},
@@ -141,6 +143,16 @@ sub _init
content_descr => undef,
default => '',
},
+ 'preboot_server' => {
+ applies_to_systems => 0,
+ applies_to_clients => 1,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ !!experimental!! specifies location of openslx-preboot-server
+ End-of-Here
+ content_regex => undef,
+ content_descr => undef,
+ default => '',
+ },
'ramfs_fsmods' => {
applies_to_systems => 1,
applies_to_clients => 0,