Compare commits
No commits in common. "ccc6982ee0f84b1b63e921d4471ae760d4f7df7e" and "13c0de2f96c816a170bcf6d51c2211df4a595c4f" have entirely different histories.
ccc6982ee0
...
13c0de2f96
|
@ -20,8 +20,6 @@ There are a couple manual steps to get started before this script can take over:
|
|||
- 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`
|
||||
|
||||
|
|
|
@ -148,9 +148,3 @@ XBPS_ARCH="$TARGET_TYPE" xbps-install -S -r /mnt/target -R "$TARGET_MIRROR" \
|
|||
diffutils pciutils usbutils tzdata base-files ncurses mdocml procps-ng \
|
||||
kbd xbps sudo ethtool kmod eudev runit-void removed-packages nano acpid \
|
||||
squashfs-tools
|
||||
|
||||
echo "repository=$TARGET_MIRROR" > /mnt/target/etc/xbps.d/00-repository-main.conf
|
||||
|
||||
echo "%wheel ALL=(ALL:ALL) ALL" > /mnt/target/etc/sudoers.d/wheel_as_sudo_group.conf
|
||||
|
||||
# TODO: add overlayfs scripts (bootup and shutdown) and (if useful) fstab entries
|
||||
|
|
Loading…
Reference in New Issue