pmaports/main/postmarketos-mkinitfs-hook-verbose-initfs/10-verbose-initfs.sh
2026-05-10 13:43:38 +00:00

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."