aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/boot/etc-default/openipmi
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-04-14 22:32:43 +0200
commit83f7fe4b8402bab171d110703a1b1115efbc9b28 (patch)
tree19110702c7d740f6bd8ee4f5d2ebcb97442be237 /straper/db/public/boot/etc-default/openipmi
parent51d43498b07dc97d795947964534f0903cd05db5 (diff)
downloadbin-83f7fe4b8402bab171d110703a1b1115efbc9b28.tar.gz
bin-83f7fe4b8402bab171d110703a1b1115efbc9b28.zip
cleaned up many scrits and deleted some that were of no use; renamed a lot
Diffstat (limited to 'straper/db/public/boot/etc-default/openipmi')
-rw-r--r--straper/db/public/boot/etc-default/openipmi68
1 files changed, 0 insertions, 68 deletions
diff --git a/straper/db/public/boot/etc-default/openipmi b/straper/db/public/boot/etc-default/openipmi
deleted file mode 100644
index 715c6e4..0000000
--- a/straper/db/public/boot/etc-default/openipmi
+++ /dev/null
@@ -1,68 +0,0 @@
-## Path: Hardware/IPMI
-## Description: Enable standard hardware interfaces (KCS, BT, SMIC)
-## Type: yesno
-## Default: "yes"
-## Config: ipmi
-# Enable standard hardware interfaces (KCS, BT, SMIC)
-# You probably want this enabled.
-IPMI_SI=yes
-
-## Path: Hardware/IPMI
-## Description: Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
-## Type: yesno
-## Default: "yes"
-## Config: ipmi
-# Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
-# and other userspace IPMI-using applications.
-# You probably want this enabled.
-DEV_IPMI=yes
-
-## Path: Hardware/IPMI
-## Description: Enable IPMI_WATCHDOG if you want the IPMI watchdog
-## Type: yesno
-## Default: "no"
-## Config: ipmi
-# Enable IPMI_WATCHDOG if you want the IPMI watchdog
-# to reboot the system if it hangs
-IPMI_WATCHDOG=no
-
-## Path: Hardware/IPMI
-## Description: Watchdog options - modinfo ipmi_watchdog for details
-## Type: string
-## Default: "timeout=60"
-## Config: ipmi
-# Watchdog options - modinfo ipmi_watchdog for details
-# watchdog timeout value in seconds
-# as there is no userspace ping application that runs during shutdown,
-# be sure to give it enough time for any device drivers to
-# do their cleanup (e.g. megaraid cache flushes)
-# without the watchdog triggering prematurely
-IPMI_WATCHDOG_OPTIONS="timeout=60"
-
-## Path: Hardware/IPMI
-## Description: Enable IPMI_POWEROFF if you want the IPMI poweroff module to be loaded.
-## Type: yesno
-## Default: "no"
-## Config: ipmi
-# Enable IPMI_POWEROFF if you want the IPMI
-# poweroff module to be loaded.
-IPMI_POWEROFF=no
-
-## Path: Hardware/IPMI
-## Description: Enable IPMI_POWERCYCLE if you want the system to be power-cycled on reboot
-## Type: yesno
-## Default: "no"
-## Config: ipmi
-# Enable IPMI_POWERCYCLE if you want the system to be power-cycled (power
-# down, delay briefly, power on) rather than power off, on systems
-# that support such. IPMI_POWEROFF=yes is also required.
-IPMI_POWERCYCLE=no
-
-## Path: Hardware/IPMI
-## Description: Enable "legacy" interfaces for applications
-## Type: yesno
-## Default: "no"
-## Config: ipmi
-# Enable "legacy" interfaces for applications
-# Intel IMB driver interface
-IPMI_IMB=no