Skip to content

Instantly share code, notes, and snippets.

View class101's full-sized avatar

Arnaud Dovi class101

  • dgfip.finances.gouv.fr, pole-emploi.fr
  • France
View GitHub Profile
@class101
class101 / arch-linux-installation.sh
Last active April 28, 2023 23:51
Arch Linux Installation w/ or w/o Encryption w/ Cinnamon and Nemo
# Arch Linux Installation with
# - UEFI Bios
# - w/ or w/o Disk encryption
# - GRUB, LightDM, cinnamon/Nemo
#
# https://wiki.archlinux.org/index.php/Installation_Guide
# https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_system
# [OPTIONAL] Creating a bootable usb disk (sha1sum /home/arno/archlinux-2020.02.01-x86_64.iso to verify iso integrity)
dd bs=4M if=/home/arno/archlinux-2021.04.01-x86_64.iso of=/dev/sde status=progress oflag=sync # (Linux)