Sindbad~EG File Manager

Current Path : /proc/thread-self/root/usr/lib/dracut/modules.d/95terminfo/
Upload File :
Current File : //proc/thread-self/root/usr/lib/dracut/modules.d/95terminfo/module-setup.sh

#!/bin/bash

# called by dracut
install() {
    local _terminfodir
    # terminfo bits make things work better if you fall into interactive mode
    for _terminfodir in /lib/terminfo /etc/terminfo /usr/share/terminfo; do
        [ -f ${_terminfodir}/l/linux ] && break
    done

    if [ -d ${_terminfodir} ]; then
        for i in "l/linux" "v/vt100" "v/vt102" "v/vt220"; do
            inst_dir "$_terminfodir/${i%/*}"
            $DRACUT_CP -L -t "${initdir}/${_terminfodir}/${i%/*}" "$_terminfodir/$i"
        done
    fi
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists