SILENT KILLERPanel

Current Path: > > lib > dracut > modules.d > 98dracut-systemd


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/dracut/modules.d/98dracut-systemd

NameTypeSizeLast ModifiedActions
dracut-cmdline-ask.service File 847 bytes October 08 2018 13:38:33.
dracut-cmdline-ask.sh File 418 bytes October 08 2018 13:38:33.
dracut-cmdline.service File 904 bytes October 08 2018 13:38:33.
dracut-cmdline.service.8 File 1555 bytes October 09 2018 08:48:58.
dracut-cmdline.service.8.asc File 442 bytes October 08 2018 13:38:33.
dracut-cmdline.sh File 2651 bytes July 15 2025 09:09:21.
dracut-emergency.service File 681 bytes October 08 2018 13:38:33.
dracut-emergency.sh File 1382 bytes October 08 2018 13:38:33.
dracut-initqueue.service File 821 bytes October 08 2018 13:38:33.
dracut-initqueue.service.8 File 1550 bytes October 09 2018 08:48:58.
dracut-initqueue.service.8.asc File 439 bytes October 08 2018 13:38:33.
dracut-initqueue.sh File 2147 bytes October 08 2018 13:38:33.
dracut-mount.service File 793 bytes October 08 2018 13:38:33.
dracut-mount.service.8 File 1531 bytes October 09 2018 08:48:58.
dracut-mount.service.8.asc File 416 bytes October 08 2018 13:38:33.
dracut-mount.sh File 1052 bytes October 08 2018 13:38:33.
dracut-pre-mount.service File 822 bytes October 08 2018 13:38:33.
dracut-pre-mount.service.8 File 1546 bytes October 09 2018 08:48:58.
dracut-pre-mount.service.8.asc File 434 bytes October 08 2018 13:38:33.
dracut-pre-mount.sh File 502 bytes July 15 2025 09:09:21.
dracut-pre-pivot.service File 1125 bytes October 08 2018 13:38:33.
dracut-pre-pivot.service.8 File 1541 bytes October 09 2018 08:48:58.
dracut-pre-pivot.service.8.asc File 429 bytes October 08 2018 13:38:33.
dracut-pre-pivot.sh File 895 bytes July 15 2025 09:09:21.
dracut-pre-trigger.service File 914 bytes October 08 2018 13:38:33.
dracut-pre-trigger.service.8 File 1550 bytes October 09 2018 08:48:58.
dracut-pre-trigger.service.8.asc File 440 bytes October 08 2018 13:38:33.
dracut-pre-trigger.sh File 467 bytes July 15 2025 09:09:21.
dracut-pre-udev.service File 993 bytes October 08 2018 13:38:33.
dracut-pre-udev.service.8 File 1537 bytes October 09 2018 08:48:58.
dracut-pre-udev.service.8.asc File 424 bytes October 08 2018 13:38:33.
dracut-pre-udev.sh File 1413 bytes October 08 2018 13:38:33.
dracut-shutdown-onfailure.service File 309 bytes July 15 2025 09:09:22.
dracut-shutdown.service File 440 bytes July 15 2025 09:09:22.
dracut-shutdown.service.8 File 3813 bytes July 15 2025 09:09:23.
dracut-shutdown.service.8.asc File 1880 bytes July 15 2025 09:09:22.
dracut-tmpfiles.conf File 135 bytes October 08 2018 13:38:33.
emergency.service File 692 bytes October 08 2018 13:38:33.
module-setup.sh File 2072 bytes July 15 2025 09:09:21.
rootfs-generator.sh File 4152 bytes July 15 2025 09:09:21.

Reading File: //lib/dracut/modules.d/98dracut-systemd/dracut-pre-udev.sh

#!/bin/sh
export DRACUT_SYSTEMD=1
if [ -f /dracut-state.sh ]; then
    . /dracut-state.sh 2>/dev/null
fi
type getarg >/dev/null 2>&1 || . /lib/dracut-lib.sh

source_conf /etc/conf.d

make_trace_mem "hook pre-udev" '1:shortmem' '2+:mem' '3+:slab'
# pre pivot scripts are sourced just before we doing cleanup and switch over
# to the new root.
getarg 'rd.break=pre-udev' 'rdbreak=pre-udev' && emergency_shell -n pre-udev "Break pre-udev"
source_hook pre-udev

_modprobe_d=/etc/modprobe.d
if [ -d /usr/lib/modprobe.d ] ; then
    _modprobe_d=/usr/lib/modprobe.d
elif [ -d /lib/modprobe.d ] ; then
    _modprobe_d=/lib/modprobe.d
elif [ ! -d $_modprobe_d ] ; then
    mkdir -p $_modprobe_d
fi

for i in $(getargs rd.driver.pre -d rdloaddriver=); do
    (
        IFS=,
        for p in $i; do
            modprobe $p 2>&1 | vinfo
        done
    )
done


[ -d /etc/modprobe.d ] || mkdir -p /etc/modprobe.d

for i in $(getargs rd.driver.blacklist -d rdblacklist=); do
    (
        IFS=,
        for p in $i; do
            echo "blacklist $p" >>  $_modprobe_d/initramfsblacklist.conf
        done
    )
done

for p in $(getargs rd.driver.post -d rdinsmodpost=); do
    echo "blacklist $p" >>  $_modprobe_d/initramfsblacklist.conf
    _do_insmodpost=1
done

[ -n "$_do_insmodpost" ] && initqueue --settled --unique --onetime insmodpost.sh
unset _do_insmodpost _modprobe_d
unset i

export -p > /dracut-state.sh
exit 0

SILENT KILLER Tool