It looks like you're new here. If you want to get involved, click one of these buttons!
Arch Linux is an independently-developed i686/x86-64 community distribution, based on a rolling-release model and targeted at competent GNU/Linux users which offers large binary repositories and full-featured package management as well as a ports-like packaging system. Development focuses on a balance of minimalism, elegance, code correctness and modernity. Version 0.1 (Homer) was released March 11, 2002.
useradd -m -g <initial_group> -G <additional_groups> -s <login_shell> <username>
useradd -m -g users -G audio,lp,optical,storage,video,wheel,games,power,scanner -s /bin/bash chronic
pacman -Syu
pacman -S sudo
EDITOR=nano visudo
pacman -S xorg
pacman -S gnome
nano .xinitrc
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
exec gnome-session
# exec startkde
# exec startxfce4
# exec wmaker
# exec icewm
# exec blackbox
# exec fluxbox
# exec openbox-session
# exec xterm
# Windows XP
title Windows XP
rootnoverify (hd0,0)
chainloader +1
Nice to see another Archer!!!! Also, great tutorial.
I wrote a long tutorial myself for installing Archlinux on a forum I am an Admin of (All Things Linux). Anyway, I went a little more in-dept on a few things in my tutorial, like yaourt and others. Feel free to copy anything you would like to add to yours
http://forums.scotsnewsletter.com/index ... opic=27596
Let me know what you think. I am not trying to step on anyone's toes, just trying to add info to the collective ;)
For some reason I am not getting email notification and I have been busy the last few days setting up a new machine so I did not see the reply. Sorry about that.