void-minecraft-usb/README.md

31 lines
1.7 KiB
Markdown
Raw Normal View History

2023-06-13 09:02:09 +02:00
# 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:
2023-06-14 09:37:16 +02:00
- Set up a Void live medium
2023-06-13 09:02:09 +02:00
- Download here: https://voidlinux.org/download/
2023-06-14 09:37:16 +02:00
- The following instructions assume you downloaded the "base" image
2023-06-13 09:02:09 +02:00
- 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.
2023-06-13 14:23:41 +02:00
- This will delete whats on the stick.
2023-06-13 09:02:09 +02:00
- Boot into Void live and prepare things
2023-06-14 09:37:16 +02:00
- Two things I cant help you with (sorry):
- How to boot off CD/USB depends on your computer, so youll have to find out elsewhere.
- Be aware that Void uses a US keymap until you change it. If your keyboard is different, you might need to look up an image of a US keyboard to find the right keys.
2023-06-13 09:02:09 +02:00
- If you are booting off the USB stick you want to install to, use the (RAM) option.
- Log in as `root`, password `voidlinux`
2023-06-14 09:37:16 +02:00
- If you need to use WiFi, run `void-installer`
2023-06-13 14:23:41 +02:00
- set your keyboard layout (optional)
2023-06-13 09:02:09 +02:00
- connect to your network
- abort the installation
2023-06-14 09:37:16 +02:00
- Download and run stage 1 of the USB installation script
- The base image doesnt come with a way to download files so you need to install that first: `xbps-install -S wget`
2023-06-14 06:03:18 +02:00
- if it yells at you about updating xbps, do that, then try again
2023-06-13 09:04:57 +02:00
- `wget https://lostcave.ddnss.de/git/BodgeMaster/void-minecraft-usb/raw/branch/master/install-stage1.sh`
2023-06-13 09:02:09 +02:00
- `bash install-stage1.sh`
2023-06-13 14:23:41 +02:00
The script will take it from there, asking you for information as needed.