archinstall/archinstall
Anton Hvornum 74951b841c
Restructured endless loop definition
I prefer to easily spot an endless loop by not having external variables attached to the loop condition.
Since we never updated `exists` it's a dummy variable that I expect to be updated some where in order to break it.
When that's not the case, it's more clear that it's an endless loop if there's no conditions attached to the loop definition.
2021-04-22 21:36:31 +02:00
..
lib Restructured endless loop definition 2021-04-22 21:36:31 +02:00
__init__.py Bump to 2.1.4 2021-04-15 10:00:57 -04:00
__main__.py Add console_scripts archinstall entry point 2021-04-08 09:20:39 -04:00
examples Adding symlink to examples. 2020-07-08 12:34:22 +00:00
profiles Added symlinks instead of copying when building. Also mofied the __file__ path in __main__.py as it was pointing a bit off for some reason 2020-07-08 13:22:05 +00:00