Arch-installer

Script for installing Arch Linux based on the installation guide.

  • Fecha de actualización: 5/3/2024, 11:09:45 p.m.
  • Fecha de creación: 5/3/2024, 10:51:42 p.m.
  • Lenguajes utilizados: Shell: 100.0%
Readme Ir al repositorio del proyecto arch-installer

Archlinux Installer

Please read the Arch Linux installation guide before running this script.

installation

To do

  • Minimal script
  • Add compatibility for MBR

Prerequisites.

  • Run on an arch-based system.
  • Running script as root.
  • An active internet connection.
  • GPT as partition scheme

Download the script.

[!IMPORTANT] Install git, wget or curl to download the script

With git.

git clone https://github.com/yaelooo/arch-installer

With wget.

wget -O- https://github.com/yaelooo/arch-installer/tarball/master | tar xz

With curl.

curl -L https://github.com/yaelooo/arch-installer/tarball/master | tar xz

How to use.

Change to the directory and run the script

./recommended

[!WARNING] The installation will format your disk, proceed carefully and save important information.

This script configure the next steps:

Recommended

  • Resize cowspace / reference.
  • 1.0 Pre-installation.
    • 1.5 Set the console keyboard layout and font.
    • 1.8 Update the system clock.
    • 1.9 Partition the disks.
    • 1.10 Format the partitions.
    • 1.11 Mount the file systems.
  • 2.0 Installation.
    • 2.1 Select the mirrors.
    • 2.2 Install essential packages.
  • 3.0 Configure the system.
    • 3.1 Fstab.
    • 3.3 Time.
    • 3.4 Localization.
    • 3.5 Network configuration.
    • 3.7 Root password.
    • 3.8 Boot loader.
  • Some additional configurations.
    • Enable some services (NetworkManager, dhcpcd, systemd-timesyncd) / reference.
    • Copy the new mirrorlist (if it was configured during installation).
    • Add a user and set passwd / reference.
    • Install YAY / reference.
  • 4.0 Reboot.
    • Unmount partitions.
    • Reboot.