nodhcp at the boot prompt
Just curious as to how i can make it so my wireless card wont auto connect when i turn on the system. Its an airlink AWLC4130. Thanks
Is it a file i need to edit?
"\x74\x68\x65\x70\x72\x65\x7a\x39\x38";
Ok yes, but where do i enter that?
"\x74\x68\x65\x70\x72\x65\x7a\x39\x38";
I have a hard drive install and i dont see anywhere to type the boot options.
Startup scripts for this distribution reside in
/etc/rc.d
dhcpcd starts from /etc/rc.d/rc.inet1 and uses a configuration file /etc/rc.d/rc.inet1.conf in which you will find (as an example)
# Config information for eth0:
IPADDR[0]=""
NETMASK[0]=""
USE_DHCP[0]="yes"
DHCP_HOSTNAME[0]=""
This is where you can manipulate startup procedures. Save a copy of the original configuration.
If the system is already running you can take destructive action such as:
ifconfig interface 0.0.0.0
and/or
iwconfig interface essid none
read more using
man ifconfig
man iwconfig
Lux sit