Skip to content

Instantly share code, notes, and snippets.

@altercation
altercation / bulletproof_arch.txt
Last active June 6, 2024 15:13
Bulletproof Arch - Minimal Clean Install
------------------------------
IMPORTANT NOTE:
Please see @craSH's update to this. He has updated and reformatted these working notes and his version is what I recommend you start with (as of 2021 or later).
-Ethan
@craSH fork & update (also listed in the forks on this gist above):
@burningTyger
burningTyger / arch.sh
Last active February 3, 2023 01:52
Install Arch
# This guide is based on https://wiki.archlinux.org/index.php/User:Altercation/Bullet_Proof_Arch_Install
# compare for more details on each step. It's a great guide and seems to get frequent updates.
# This guide has a few changes that helped me to get thew bootloader running
# Start up the Live USB/CD and enable SSH:
# set a password for root to enable ssh login
# *
passwd
systemctl start sshd.service
@altercation
altercation / archdual.sh
Last active October 4, 2021 15:38
arch-dual drive config
#!/bin/sh
#----------------------------------------------------------------------
# Arch Linux Installation Script
#
# This installs, with no intervention (other than initial edit to change
# RAID array drive values), Arch Linux on an encrypted btrfs raid1 array.
#----------------------------------------------------------------------
set -eu