PHP 8.2.30
Preview: loginit.sh Size: 492 B
/proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/lib/dracut/modules.d/99base/loginit.sh

#!/bin/sh

# turn off debugging
set +x

QUIET=$1

printf -- "$$" > /run/initramfs/loginit.pid

[ -e /dev/kmsg ] && exec 5>/dev/kmsg || exec 5>/dev/null
exec 6>/run/initramfs/init.log

while read line || [ -n "$line" ]; do
    if [ "$line" = "DRACUT_LOG_END" ]; then
        rm -f -- /run/initramfs/loginit.pipe
        exit 0
    fi
    echo "<31>dracut: $line" >&5
    # if "quiet" is specified we output to /dev/console
    [ -n "$QUIET" ] || echo "dracut: $line"
    echo "$line" >&6
done

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
32.96 KB lrwxr-xr-x 2025-12-17 18:54:47
Edit Download
11.52 KB lrwxr-xr-x 2025-12-17 18:54:46
Edit Download
1.14 KB lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
492 B lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
4.01 KB lrwxr-xr-x 2025-12-17 18:54:46
Edit Download
246 B lrwxr-xr-x 2018-10-08 13:38:33
Edit Download
1.31 KB lrwxr-xr-x 2018-10-08 13:38:33
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).