Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

winghugs/arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archiving this now that arch has an installer

arch

Basic arch installer with optional WM/DE install

Install Guide

  1. Boot into the Arch Linux iso
  2. Connect to the internet
  3. Partition your disks, and remember or write down where you want your mounts
  4. Format your partitions - home partition optional (mkfs.ext4 /dev/[PARTITION])
  5. Ensure you have an EFI partition that's formatted in fat32 on your install drive (fdisk gpt type 1 / mkfs.vfat -F 32 /dev/[PARTITION])
  6. Run the following commands:
wget https://raw.githubusercontent.com/winghugs/arch/master/install.sh
chmod +x install.sh
./install.sh

The installer will take you through the rest.

Timezone is automatically set to pacific.

There's plenty of features that could be added, but I'd rather just have a quick and dirty option for those who just are tired of going through all the steps.

About

Basic arch installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages