Skip to content

Instantly share code, notes, and snippets.

View ToCodeABluejay's full-sized avatar
🚞

ToCodeABluejay

🚞
  • Initech
  • New Hampshire
View GitHub Profile
@ToCodeABluejay
ToCodeABluejay / arch_installer_lvm.sh
Last active June 26, 2023 20:42 — forked from irozgar/installer.sh
Hardened Arch installer
#!/usr/bin/env bash
#
#
# Credits: This script is heavily inspired by this post https://disconnected.systems/blog/archlinux-installer
# Extended under the influence of the NSA's Guide to the Secure Configuration of RHEL5
# As well as Red Hat's own security suggestions.
# Designed to be used on devices with flash storage. Intended to be good enough to be secure without being paranoid,
# using FDE, but not sacrificing on a usable experience...
set -uo pipefail