This breaks pmbootstrap's hook handling.
Closes https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/work_items/2759
This reverts commit 38ccc2ac8a.
[ci:skip-vercheck]: These aren't "new" packages per se.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8511>
8 lines
151 B
Bash
8 lines
151 B
Bash
#!/bin/sh
|
|
|
|
echo "PMOS DEBUG: kernel panic in 30s" > /dev/kmsg
|
|
sleep 30s
|
|
|
|
echo "PMOS DEBUG: kernel panic now" > /dev/kmsg
|
|
echo c > /proc/sysrq-trigger
|
|
|