From 873488c60bac00ace916f100c015e273bca8e8b7 Mon Sep 17 00:00:00 2001 From: beech Date: Wed, 3 Jul 2024 23:36:15 -0500 Subject: [PATCH] Updated README --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dc94d01..be6e0d2 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ -# ArchMatic Installer Script - VMWare +# Arch Linux Install Scripts My modified ArchMatic scripts for a full Arch install & configuration with DE, support packages, and apps. Forked for VMWare optimization. --- -## Setup Boot and Arch ISO on USB key - -First, setup the boot USB, boot arch live iso, and run the `preinstall.sh` from terminal. - -### Arch Live ISO (Pre-Install) +## Arch Live ISO (Pre-Install) This step installs arch to your hard drive. *IT WILL FORMAT THE DISK* +Boot into your Arch ISO + ```bash curl https://git.boppdev.net/beech/ArchScripts/raw/branch/main/preinstall1.sh -o preinstall1.sh sh preinstall1.sh @@ -52,10 +50,5 @@ GDM Login Manager Booting using `systemd` -Installs the LTS Kernel along side the rolling one, and configures the bootloader to offer both as a choice during startup. This allows you to switch kernels in the event of a problem with the rolling one. - ### Credits - -__[Credits to johnynfulleffect's fork of ArchMatic](https://github.com/johnynfulleffect/ArchMatic)__ - -__[Credits to rickellis - ArchMatic](https://github.com/ChrisTitusTech/ArchMatic)__ \ No newline at end of file +__[Credits to rickellis - ArchMatic for inspiration](https://github.com/ChrisTitusTech/ArchMatic)__ \ No newline at end of file