archinstall/examples
Daniel 37d6da7e4e
Migrate old input to new menu (#874)
* Migrate old input to new menu

* Fix imports

* Remove imports

* Update

* Fixed import by changing 'import archinstall', to 'from ..menu import Menu' and use Menu() directly

* Converted archinstall.<thing> to from ..where import <thing>. This enables us to use archinstall as a module, a git repository in testing and other things without having to install archinstall as an actual module.

Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
Co-authored-by: Anton Hvornum <anton@hvornum.se>
2022-02-02 14:26:09 +01:00
..
__init__.py some type hint fixes and a bad catch fix 2021-05-12 15:45:45 +05:30
config-sample.json Updated examples, fix #772 2021-11-26 14:24:47 +00:00
creds-sample.json Updated examples, fix #772 2021-11-26 14:24:47 +00:00
custom-command-sample.json Updated configuration example "custom commands" 2022-02-02 08:22:08 +01:00
disk_layouts-sample.json Issue923 (#927) 2022-02-01 16:44:39 +01:00
guided.py Migrate old input to new menu (#874) 2022-02-02 14:26:09 +01:00
minimal.py vfat -> fat32, updated minimal 2021-06-10 20:40:28 +02:00
only_hd.py Issue923 (#927) 2022-02-01 16:44:39 +01:00
unattended.py Final whitespace changes I think 2021-05-15 13:04:18 -04:00