2024-05-27 18:07:51 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# Load our kernel modules
|
|
|
|
/usr/sbin/modprobe ubnthal
|
2024-05-30 22:42:12 +00:00
|
|
|
/usr/sbin/modprobe btrfs
|
2024-05-27 18:07:51 +00:00
|
|
|
|
|
|
|
# Set our kernel panic timeout SUPER short so we reboot on crash
|
|
|
|
echo 2 > /proc/sys/kernel/panic
|