I'm switching to Arch tonight. - Off topic

Users browsing this thread: 1 Guest(s)
This is how I install Arch:

Code:
1. gdisk /dev/sda
2. delete / create partitions
3. format the partitions
4. pacstrap /mnt base base-devel
5. arch-chroot /mnt
6. vi /etc/locale.conf & uncomment the US lines, then locale-gen
7. ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
8. pacman -S grub-bios, grub-install /dev/sda
9. mkinitpcpio -p linux & grub-mkconifg -o /boot/grub/grub.cfg
10. exit, genfstab /mnt >> /mnt/etc/fstab, umount /mnt, finally... reboot


Messages In This Thread
I'm switching to Arch tonight. - by 075 - 26-09-2015, 06:21 PM
RE: I'm switching to Arch tonight. - by dtnt - 26-09-2015, 06:30 PM
RE: I'm switching to Arch tonight. - by October - 26-09-2015, 07:00 PM
RE: I'm switching to Arch tonight. - by venam - 27-09-2015, 01:33 AM
RE: I'm switching to Arch tonight. - by Wildefyr - 27-09-2015, 01:57 PM
RE: I'm switching to Arch tonight. - by M32 - 28-09-2015, 12:41 AM
RE: I'm switching to Arch tonight. - by 075 - 28-09-2015, 02:09 AM
RE: I'm switching to Arch tonight. - by October - 28-09-2015, 03:27 AM