Compare commits

...

2 Commits

Author SHA1 Message Date
BodgeMaster ccc6982ee0 Configure xbps and sudo 2023-06-14 06:04:17 +02:00
BodgeMaster e756bd6561 Update instructions 2023-06-14 06:03:18 +02:00
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,8 @@ There are a couple manual steps to get started before this script can take over:
- connect to your network - connect to your network
- abort the installation - abort the installation
- Download and run stage 1 of the USB 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` - `wget https://lostcave.ddnss.de/git/BodgeMaster/void-minecraft-usb/raw/branch/master/install-stage1.sh`
- `bash install-stage1.sh` - `bash install-stage1.sh`

View File

@ -148,3 +148,9 @@ XBPS_ARCH="$TARGET_TYPE" xbps-install -S -r /mnt/target -R "$TARGET_MIRROR" \
diffutils pciutils usbutils tzdata base-files ncurses mdocml procps-ng \ diffutils pciutils usbutils tzdata base-files ncurses mdocml procps-ng \
kbd xbps sudo ethtool kmod eudev runit-void removed-packages nano acpid \ kbd xbps sudo ethtool kmod eudev runit-void removed-packages nano acpid \
squashfs-tools 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