AIF-NG is a tool to enable unattended Arch Linux installations.
https://r00t2.io/
brent s
d7d85c7d9d
since print() was made a function in py3, i can predict at some point that return will be made a func as well. sure, good. but "return()" *currently* returns an empty tuple. We want to explicitly return None for testing purposes. |
||
---|---|---|
aif | ||
docs | ||
examples | ||
extras | ||
script-samples | ||
.gitignore | ||
LICENSE | ||
README | ||
setup.py |
AIF-NG (Arch Installation Framework, Next Generation) is a means to install Arch Linux (https://www.archlinux.org/) in an unattended and automated fashion. Think of it as something akin to RedHat's Kickstart or Debian's Preseed for Arch Linux. Be sure to import "aif" rather than importing any submodules directly, as deterministic logic is used to set up virtual names. See https://aif-ng.io/ for more information about this project.