rc.local 147 B

1234
  1. # Put your custom commands here that should be executed once
  2. # the system init finished. By default this file does nothing.
  3. modprobe pfe.ko
  4. exit 0