404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.40.120: ~ $
#!/bin/sh

. /lib/dracut-lib.sh

for modlist in $(getargs rd.driver.post -d rdinsmodpost=); do
    (
        IFS=,
        for m in $modlist; do
            modprobe $m
        done
    )
done

Filemanager

Name Type Size Permission Actions
insmodpost.sh File 193 B 0755
module-setup.sh File 3.73 KB 0755
parse-kernel.sh File 921 B 0755