Skip to content

drakkar1969/arch-install

Repository files navigation

Arch Linux Installation

Set Keyboard Layout

Set the keyboard layout, if different from US keyboard:

loadkeys it

Replace it with your keyboard layout. Available layouts can be listed with:

ls /usr/share/kbd/keymaps/**/*.map.gz

Set Console Font

Set the console font:

setfont ter-118b

Replace ter-118b with your font name. Available fonts can be listed with:

ls /usr/share/kbd/consolefonts

Connect to Wifi

Enable wireless connection:

iwctl
[iwd] device list
[iwd] station [wlan0] scan              # replace [wlan0] with your device name from the previous command
[iwd] station [wlan0] get-networks
[iwd] station [wlan0] connect [SSID]    # replace [SSID] with your network name from the previous command
[iwd] quit

To test the internet connection, use the command ping -c 3 www.google.com.

Run Install Script

Download and execute the arch-install.bash script:

curl -LJO https://raw.githubusercontent.com/drakkar1969/arch-install/master/arch-install.bash
bash arch-install.bash

After completing installation, restart to boot into GNOME:

reboot

Installation Guide

The step-by-step manual installation guide can be found here: Arch Linux Installation Guide.

Bootable USB

See the Bootable USB Guide for how to create a bootable USB from the Arch Linux ISO.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages