AIF-NG is a tool to enable unattended Arch Linux installations. https://r00t2.io/
Go to file
brent s d7d85c7d9d future proofing is good, but...
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.
2019-12-11 04:33:15 -05:00
aif future proofing is good, but... 2019-12-11 04:33:15 -05:00
docs checking in before i do some major restructuring of wifi stuff in the xml/xsd 2019-12-01 05:07:20 -05:00
examples XML validation is a LOT cleaner now 2019-12-11 04:32:07 -05:00
extras future proofing is good, but... 2019-12-11 04:33:15 -05:00
script-samples 15:37:38 < jthan> you should use say, not print. 2017-05-07 15:39:02 -04:00
.gitignore so turns out we DON'T need NM installed in the host to support it, and DON'T need GI. 2019-11-21 06:15:04 -05:00
LICENSE man. some major restructuring, and envsetup.py is a kinda neat hack. 2019-09-30 22:08:37 -04:00
README stubbed out rest of storage things 2019-11-06 03:47:08 -05:00
setup.py WHY IS LVM THE WORST THING ON THIS PLANET 2019-11-06 12:48:18 -05:00

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.