SILENT KILLERPanel

Current Path: > > lib > dracut > modules.d > 98usrmount


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/98usrmount

NameTypeSizeLast ModifiedActions
module-setup.sh File 294 bytes October 08 2018 13:38:33.
mount-usr.sh File 3606 bytes October 08 2018 13:38:33.

Reading File: //lib/dracut/modules.d/98usrmount/module-setup.sh

#!/bin/bash

# called by dracut
check() {
    [[ $mount_needs ]] && return 1
    return 0
}

# called by dracut
depends() {
    echo 'fs-lib'
}

# called by dracut
install() {
    if ! dracut_module_included "systemd"; then
        inst_hook pre-pivot 50 "$moddir/mount-usr.sh"
    fi
    :
}


SILENT KILLER Tool