Skip to content

Instantly share code, notes, and snippets.

View bapturp's full-sized avatar

Baptiste Dromer bapturp

  • France
  • 16:38 (UTC +02:00)
View GitHub Profile

Arch Post Install

The system should be running with the minimal amount of tool to keep going. Login with root and we'll proceed to the second phase of the installation.

Setup WiFi

systemctl enable NetworkManager
systemctl start NetworkManager

Arch Linux Installation

Arch Linux installation on UEFI system with disk encryption (LUKS), btrfs, systemd-boot

Official installation guide

Pre-installation

Acquire an installation image

@bapturp
bapturp / reset.sh
Last active September 29, 2018 08:42
Force a linux to reset == press reset button
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger