File "module-setup.sh"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/usr/lib/dracut/modules.d/71prefixdevname/module-setup.sh
File size: 245 bytes
MIME-type: text/x-shellscript
Charset: utf-8

#!/bin/bash

# Make sure we always include generated link files in initrd
check() {
    return 0
}

install() {
    if dracut_module_included "systemd"; then
        inst_multiple -H -o /etc/systemd/network/71-net-ifnames-prefix-*.link
    fi
}