Awkan / ArchInstall

Arch install scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Install

NOTE : This is a Work In Progress

Based on Phantas0s ArchInstall.

Pre-requisites

Assuming you have boot on a live Arch Linux.

You may first do some things :

  • Load keyboard in french : loadkeys fr
  • Connect to Wifi thanks to wifi-menu (you can test connection with a ping 8.8.8.8 command)

Install

To install Arch, be sure to have made the pre-requisites

Then, you can start install

curl -LO https://raw.githubusercontent.com/Awkan/ArchInstall/master/install_sys.sh
sh ./install_sys.sh

What's in there ?

The first script install_sys.sh will :

  1. Erase everything on /dev/sda (!!!)
  2. Create partitions
    • Boot partition of 200M
    • Swap partition
    • Root partition
    • Home partition

The second script install_chroot will :

  1. Set up locale / time
  2. Set up Grub for the boot

The third script install_root will :

  1. Create a new user with password
  2. Install every software specified in progs.csv
  3. Install composer (PHP package manager)

The fourth script install_user will:

  1. Try to install every software not found by pacman with aurman (AUR repos)
  2. Install my dotfiles

What software are installed?

Opening progs.csv will answer your question.

About

Arch install scripts


Languages

Language:Shell 100.0%