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>
5 lines
292 B
Bash
5 lines
292 B
Bash
#!/bin/sh
|
|
# The verbose feature is actually implemented in postmarketos-mkinitfs itself
|
|
# since it needs to be enabled before hooks are run. /init checks if this file
|
|
# exists and runs "set -x" if so.
|
|
echo "verbose-initfs is enabled. All initramfs shell commands are printed to the console."
|