Skip to content

Instantly share code, notes, and snippets.

View xbps-install's full-sized avatar

xbps-install

View GitHub Profile
@xbps-install
xbps-install / Makefile
Created February 2, 2022 05:44
Recursive make file
all:
@make $@
@xbps-install
xbps-install / deploy.sh
Last active December 5, 2022 01:40
gentoo install script
#!/bin/sh
# gentoowizard: yet another gentoo installation helper. made because other ones were hard to audit
# todo: make all options configured before install/configure process starts
# todo: make "review options" screen at the end of setup
# todo: add better support for NVME/loopback disks (aka block devices in which there is a separator between the disk and the partition number
# todo: add advanced things, like MUSL support and stuff
# check permissions