AlkantarClanX12

Your IP : 18.224.70.11


Current Path : /proc/self/root/usr/lib/dracut/modules.d/71prefixdevname-tools/
Upload File :
Current File : //proc/self/root/usr/lib/dracut/modules.d/71prefixdevname-tools/module-setup.sh

#!/bin/bash

# Include the prefixdevname tools only if this was explicitely requested
check() {
    return 255
}

install() {
    inst /usr/lib/udev/prefixdevname
    inst_rules 71-prefixdevname.rules
}