Skip to content

Instantly share code, notes, and snippets.

View conradkleinespel's full-sized avatar

Conrad Kleinespel conradkleinespel

View GitHub Profile
@conradkleinespel
conradkleinespel / ARCH_INSTALL.MD
Created January 5, 2020 18:55 — forked from heppu/ARCH_INSTALL.MD
Installing Arch with GPT, dm-crypt, LUKS, LVM and systemd-boot

Create bootable USB

dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx status=progress && sync

Boot from USB and set prepare system

loadkeys <your-keymap>