diff --git a/README.md b/README.md index e69de29..8c5d879 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,24 @@ +# Void Linux Minecraft Setup for USB Sticks + +This repository holds a bunch of scripts for installing and customizing +Void Linux to run off a USB stick. + +There are a couple manual steps to get started before this script can take over: +- Set up a Void live image + - Download here: https://voidlinux.org/download/ + - The base image is good enough (don’t waste your time) + - Burn to a CD/DVD or flash it to a USB stick + - Windows should have a built-in thing for burning ISOs. + - You can use something like Win32DiskImager or Rufus for USB sticks. +- Boot into Void live and prepare things + - How to boot off CD/USB depends on your computer, so you’ll have to find out elsewhere (sorry). + - If you are booting off the USB stick you want to install to, use the (RAM) option. + - Log in as `root`, password `voidlinux` + - Run `void-installer` + - connect to your network + - abort the installation +- Download and run stage 1 of the USB installation + - `wget https://lostcave.ddnss.de/git/BodgeMaster/void-minecraft-usb/...` TODO + - `bash install-stage1.sh` + +The script will take it from there, only asking you for information as needed.