From 841c5090a8f74d058ea2fd31a970af595dee683b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 14 Nov 2008 12:45:06 -0500 Subject: Working on adding power management code --- installer_templates/settings.template | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'installer_templates') diff --git a/installer_templates/settings.template b/installer_templates/settings.template index c7c45d92..fc9a9522 100644 --- a/installer_templates/settings.template +++ b/installer_templates/settings.template @@ -148,6 +148,11 @@ omapi_enabled: 1 omapi_port: 647 omshell_bin: /usr/bin/omshell +# settings for power management features. optional. +# See https://fedorahosted.org/cobbler/wiki/PowerManagement to learn more + +power_management_default_type: 'ipmi' + # if this setting is set to 1, cobbler systems that pxe boot # will request at the end of their installation to toggle the # --netboot-enabled record in the cobbler system record. This eliminates -- cgit