Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
/ archinstall Public archive

An Arch Linux installer for my computer (not yours, sorry)

Notifications You must be signed in to change notification settings

ryboe/archinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archinstall

This is an Arch Linux installer I made for my desktop computer. It's design borrows heavily from variadico/xpslinux. It's made for a machine with these specs:

  • Coffee Lake 8700K CPU
  • Integrated GPU
  • ASUS STRIX Z370-G motherboard
  • Intel 900P Optane SSD

I don't recommend using it unless you're me. It might make your computer unbootable.

Instructions

  1. boot into the Arch USB installer
  2. run these commands
# We need more than 512MB of space to install git and go.
mount -o remount,size=2G /run/archiso/cowspace

# Install git and go, requirements for the `go get` command.
pacman -Sy git go

# Fetch and build archinstall on the USB installer
go get github.com/y0ssar1an/archinstall

About

An Arch Linux installer for my computer (not yours, sorry)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages