Wednesday, October 15, 2008

get netcfg + dhcp back to work in current arch linux

it is not a secret, that netcfg2 configurations using dhcp don't currently work in Arch Linux because new version of dhcpcd doesn't support -q switch

fix is quite easy:

edit file /usr/lib/network/ethernet.subr
find all strings running dhcpcd, and wipe "-q" option out.

1 comments:

Anonymous said...

thanks