burnz / arch-installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Installer

Set of bash scripts to automate an Arch Installation, tailored to my preferences and use cases.

Usage

curl -sL http://mort.is/arch > d
cat d
source d
cd arch-installer-master
./install.sh

Clean up

For testing to make sure everything is cleaned up

umount /mnt/boot
umount /mnt/boot/efi
umount /mnt
vgchange -a n OS
cryptsetup close OS

About


Languages

Language:Shell 100.0%