2022-11-16 11:39:59 -07:00
|
|
|
The Perfect Arch Install Desktop
|
|
|
|
|
|
|
|
## Features
|
|
|
|
* Full Disk Encryption
|
|
|
|
* Gnome Desktop
|
|
|
|
* Virtualization
|
2022-11-16 11:40:27 -07:00
|
|
|
* BTRFS
|
|
|
|
* Filesystem Snapshots
|
2022-12-01 09:25:30 -07:00
|
|
|
* Backup and Restore to USB drive
|
2022-12-01 18:28:42 -07:00
|
|
|
* Automatic Snapshots when using Pacman
|
|
|
|
* Reboot into every Snapshot
|
2022-12-01 09:25:30 -07:00
|
|
|
|
|
|
|
## Getting Started
|
|
|
|
|
|
|
|
Before getting started, modify the top of ```arch.sh``` to your needs:
|
|
|
|
|
|
|
|
```
|
2022-12-04 21:39:55 -07:00
|
|
|
HARD_DISK="nvme0n1"
|
2022-12-01 09:25:30 -07:00
|
|
|
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
|
2022-12-01 09:26:28 -07:00
|
|
|
2. Somehow copy ```arch.sh``` to to the Live CD (USB,SMB, CIFS, etc)
|
2022-12-01 09:25:30 -07:00
|
|
|
3. Get the network up. If you configured arch.sh with wifi, run ```arch.sh wifi```
|
|
|
|
4. Initialize the disk with ```arch.sh initialize```
|
2022-12-01 09:27:09 -07:00
|
|
|
5. Start the install with ```arch.sh install```
|
|
|
|
6. Reboot and enjoy.
|