From dbb1149e780e79885615ec17f889f795c8f3c525 Mon Sep 17 00:00:00 2001 From: verita84 Date: Thu, 1 Dec 2022 16:25:30 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d32a68..ba0c2f3 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,24 @@ The Perfect Arch Install Desktop * Virtualization * BTRFS * Filesystem Snapshots -* Backup and Restore to USB drive \ No newline at end of file +* Backup and Restore to USB drive + +## Getting Started + +Before getting started, modify the top of ```arch.sh``` to your needs: + +``` +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 Install +3. Get the network up. If you configured arch.sh with wifi, run ```arch.sh wifi``` +4. Initialize the disk with ```arch.sh initialize``` +4. Start the install with ```arch.sh install```