- Edit the /etc/rc.conf and set the hostname and the NIC(s).
- Edit /etc/hosts and set the hostname and fqdn.
- # ip link set wlan0 up
- mv /etc/wpa_supplicant.conf /etc/wpa_supplicant.bkp
- # wpa_passphrase mywireless_ssid “secretpassphrase” >> /etc/wpa_supplicant.conf
- Add to wpa_supplicant.conf : key_mgmt=WPA-PSK
- # chmod 0600 /etc/wpa_supplicant.conf
- # wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
- # dhcpcd wlan0
- # pacman -Syy pacman
- # pacman -Syu
- to be continued
obs : maybe i twill be necessary to deny upgrade of pacman on the first –Syu
https://bbs.archlinux.org/viewtopic.php?id=138954 | solved by: pacman –S pacman –force
obs: locale.sh problem – Please manually delete /etc/profile.d/locale.sh http://www.archlinux.org/news/initscripts-update-manual-intervention-required/
obs: mtab filesystem prob: pacman –S filesystem –force
https://bbs.archlinux.org/viewtopic.php?id=132225$
https://wiki.archlinux.org/index.php/Configuring_Network
https://wiki.archlinux.org/index.php/Wireless_Setup
https://wiki.archlinux.org/index.php/WPA_supplicant
https://wiki.archlinux.org/index.php/Network