diff options
Diffstat (limited to 'os-plugins')
| -rw-r--r-- | os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index 55e557f3..eba7cb01 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -52,7 +52,7 @@ sub getAttrInfo return { 'bootsplash::active' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), should the 'bootsplash'-plugin be executed during boot? End-of-Here @@ -73,7 +73,7 @@ sub getAttrInfo 'bootsplash::theme' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, description => unshiftHereDoc(<<' End-of-Here'), name of the theme to apply to bootsplash (unset for no theme) End-of-Here |
