Go to file
Your Name c46acd4a39 fix
2024-07-26 14:31:43 -06:00
arch.sh Update arch.sh 2024-02-12 22:31:53 -07:00
debian.sh fix 2024-07-26 14:31:43 -06:00
gentoo.sh Update gentoo.sh 2024-01-03 15:11:58 -07:00
manjaro.sh fix 2022-12-06 08:12:43 -07:00
README.md Update 'README.md' 2022-12-05 04:39:55 +00:00

The Perfect Arch Install Desktop

Features

  • Full Disk Encryption
  • Gnome Desktop
  • Virtualization
  • BTRFS
  • Filesystem Snapshots
  • Backup and Restore to USB drive
  • Automatic Snapshots when using Pacman
  • Reboot into every Snapshot

Getting Started

Before getting started, modify the top of arch.sh to your needs:

HARD_DISK="nvme0n1"
USER="verita84"
USER_PASSWORD="123456"
ROOT_PASSWORD="123456"
WIRELESS_PASSWORD='123456'
SSID='123456'
WIRELESS_INTERFACE='wlan0'
DISK_PASSWORD='123456'
  1. Boot the system from the Live Arch ISO
  2. Somehow copy arch.sh to to the Live CD (USB,SMB, CIFS, etc)
  3. Get the network up. If you configured arch.sh with wifi, run arch.sh wifi
  4. Initialize the disk with arch.sh initialize
  5. Start the install with arch.sh install
  6. Reboot and enjoy.