This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
@make $@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |