Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 801 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 801 Bytes

linux-installer

A wrapper around LXC to automate installing, add configurability, and only need one ISO to install everything I need.

How to use:

  1. Boot into any Linux environment. Latest Arch iso recommended.
  2. Make sure your target drive is attached and internet is connected.
  3. Install qemu-img if you don't already have it. Everything else should already be installed.
  4. Run this command with root privileges:
curl -sL https://raw.github.com/EmperorPenguin18/linux-installer/main/install.sh | sh
  1. Answer prompts. Currently not very user friendly. If you've done an Arch install manually before you should know the terms.
  2. Wait for installation to complete.
  3. Boot away! Only the most basic packages are installed so the rest is up to you. But thats the fun part right? :)