Automatic dhcpcd

Discussion in 'Linux, BSD and Other OS's' started by thomas234, Jul 1, 2006.

  1. thomas234

    thomas234 Big Geek

    Likes Received:
    0
    Trophy Points:
    16
    Is there any way to automatically run dhcpcd wlan0 at boot time? At the moment in slackware Ive got ndiswrapper working, but every time i boot up i have to type dhcpcd wlan0 into a terminal.

    Thanks, Thomas
     
  2. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Yep, you can just do as root
    Code:
    vi /etc/rc.local
    and then add the command you need there. It should run on boot after all other scripts.
     
  3. thomas234

    thomas234 Big Geek

    Likes Received:
    0
    Trophy Points:
    16
    Thanks.
     

Share This Page