Go to file
BodgeMaster cc16479341 install stage 1: change /mnt/container to /container
Give them partitions names while we’re ar it...
2023-06-14 07:18:19 +02:00
README.md Update instructions 2023-06-14 06:03:18 +02:00
bashrc prepare files 2023-06-13 09:01:34 +02:00
install-stage1.sh install stage 1: change /mnt/container to /container 2023-06-14 07:18:19 +02:00
install-stage2.sh prepare files 2023-06-13 09:01:34 +02:00
procedure.txt Changes that came up while working on implementation 2023-06-13 14:24:58 +02:00
update-squashfs.sh prepare files 2023-06-13 09:01:34 +02:00
user-readme.txt prepare files 2023-06-13 09:01:34 +02:00

README.md

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 (dont 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.
        • This will delete whats on the stick.
  • Boot into Void live and prepare things
    • How to boot off CD/USB depends on your computer, so youll 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
      • set your keyboard layout (optional)
      • connect to your network
      • abort the installation
  • Download and run stage 1 of the USB installation
    • xbps-install -S wget
      • if it yells at you about updating xbps, do that, then try again
    • wget https://lostcave.ddnss.de/git/BodgeMaster/void-minecraft-usb/raw/branch/master/install-stage1.sh
    • bash install-stage1.sh

The script will take it from there, asking you for information as needed.