This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |