Edit file File name : load-modules.sh Content :#!/bin/sh # Implement blacklisting for udev-loaded modules modprobe -b "$@" Save