- Add udev rule: /dev/ipmi0 readable by 'ipmi' group (no sudo needed) - Add 'ipmi' group creation and bee user membership in chroot hook - Remove legend from all charts (data shown in GPU table below) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
# Allow ipmi group to access IPMI device without root
|
|
KERNEL=="ipmi[0-9]*", GROUP="ipmi", MODE="0660"
|