SILENT KILLERPanel

Current Path: > > lib > dracut > modules.d > 80lvmmerge


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/80lvmmerge

NameTypeSizeLast ModifiedActions
README.md File 2093 bytes October 08 2018 13:38:33.
lvmmerge.sh File 3087 bytes October 08 2018 13:38:33.
module-setup.sh File 424 bytes October 08 2018 13:38:33.

Reading File: //lib/dracut/modules.d/80lvmmerge/module-setup.sh

#!/bin/bash

# called by dracut
check() {
    # No point trying to support lvm if the binaries are missing
    require_binaries lvm dd swapoff || return 1

    return 255
}

# called by dracut
depends() {
    echo lvm dracut-systemd systemd
    return 0
}

installkernel() {
    hostonly="" instmods dm-snapshot
}

# called by dracut
install() {
    inst_multiple dd swapoff
    inst_hook cleanup 01 "$moddir/lvmmerge.sh"
}

SILENT KILLER Tool