Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
archlinux-2015.01.28-dual.iso | 2015-01-30 | 1.4 GB | |
install.sh | 2015-01-29 | 630 Bytes | |
README!! | 2015-01-29 | 1.1 kB | |
Totals: 3 Items | 1.4 GB | 0 |
Welcome to Arch by Ben Fitzpatrick aka (Ben-LinuxFan). This is basically stock Arch with a ton of themes, and other programs for beginners to play around and learn Arch with.This does contain an install script, to install this distribution, copy the install.sh file to a USB drive and paste it into the booted cd/dvd/USB environment and put it onto the desktop. Then load a terminal by going to the Applications Menu at the top and running Terminal Emulator. Then run sudo -i to gain root access, then type cfdisk, make a new partition, (size does not matter), toggle a boot flag on it, then go to write, type yes. then quit cfdisk. Then type mkfs.ext4 /dev/sdx (/dev/sda, or whatever your partition is named), then type mount /dev/sdx /mnt (again, your partition name, e.g. /dev/sda), then cd /home/ben/Desktop and run ./install.sh and let the file complete, then run mkinitcpio -p linux and run grub-mkconfig -o /boot/grub/grub.cfg and finally run grub-install /dev/sdx (replace /dev/sdx with your partition name) and then type exit and then rype reboot. Now boot from your hard drive and you should have a working Arch linux installation. ENJOY!