Skip to content

Script to facilitate (automate) the installation of Arch Linux following my likings. Feel free to file a issue if you find something wrong or to improve. :)

Notifications You must be signed in to change notification settings

lucastercas/arch-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Installation Script

logo

Before Installation

Connect to network:

$ iwconfig
$ ip link set <interface> up
$ iwctl
$$ device list # Print Interfaces
$$ station <interface> get-networks # Print Networks
$$ station <interface> connect <ssid>

The standard Arch image does not come with Git or Ruby, so you need to install it, and then clone this repository:

$ pacman -Sy git ruby
$ git clone https://github.com/lucastercas/arch-install
$ cd arch-install
$ ./main.rb

How to Use

This installation consists of 3 steps:

  1. Live: On the ISO
    • Setup, format and partitions
    • pacstrap
    • fstab
  2. Chroot: On the chroot environment (arch-chroot)
    • locale
    • mirrors
    • packages
    • users
    • bootloader
    • services
  3. Personal Files

To-Do

  1. GUI of live (?)
  2. AUR packages during installation
  3. Check if user already existe before creating
  4. Add sed of visudo
  5. Add dotfiles
    • Configuration Files
    • nvm
    • vim plugins

About

Script to facilitate (automate) the installation of Arch Linux following my likings. Feel free to file a issue if you find something wrong or to improve. :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages