Archlinux post-install checklist [deprecated]

  1. Edit the /etc/rc.conf and set the hostname and the NIC(s).
  2. Edit /etc/hosts and set the hostname and fqdn.
  3. # ip link set wlan0 up
  4. mv /etc/wpa_supplicant.conf /etc/wpa_supplicant.bkp
  5. # wpa_passphrase mywireless_ssid “secretpassphrase” >> /etc/wpa_supplicant.conf
  6. Add to wpa_supplicant.conf : key_mgmt=WPA-PSK
  7. # chmod 0600 /etc/wpa_supplicant.conf
  8. # wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
  9. # dhcpcd wlan0
  10. # pacman -Syy pacman
  11. # pacman -Syu
  12. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

Loading Facebook Comments ...
Loading Disqus Comments ...