Quick update

ArchBang iso updated yesterday, basically updated packages.

ArchBang32 I have just tested installer and it does work 😉

arch32bit

Post install you do need to set up pacman keys, given you have a working network connection.

sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --populate archlinux32

Check your local servers in /etc/pacman.d/mirrorlist are not commented….

Then update system with

sudo pacman -Syyu

Also once installed some extra applications show up in openbox menu. One called Panel Manager this is tint2 gui configuration tool, it needs gtk2 to work so just a case of installing it.

sudo pacman -S gtk2

If you wish to install Firefox or Chromium browser they will show up in openbox Applications menu, launcher and main root menu will need to be edited to suit.

nano ~/.config/openbox/rc.xml
nano ~/.config/openbox/menu.xml
# replace netsurf with browser of choice in each of those files