Anton Hvornum
|
96e8cc4d5b
|
Added a timeout on the HTTPS POST status after a successful install.
|
2020-08-20 22:16:53 +00:00 |
Anton Hvornum
|
f6f5875892
|
Added a unattended installer. Fixed list_profiles() to not include .py ending in the profile name, it's already in the ['path'] defintion. Renamed desktop.py to awesome.py as it more accurately describes what's being installed. desktop should be reserved to a default desktop environment that's more new-user-friendly.
|
2020-08-20 19:47:39 +00:00 |
Anton Hvornum
|
056b800c8e
|
Starting to add networking helpers in archinstall. First up is archinstall.getHwAddr(ifname) which returns the mac of a interface name. second is archinstall.list_interfaces() which lists all the local MAC addresses and which interface it is bound to. Also starting to add the unattended installer back step by step. Currently with one MAC profile. The MAC profile filtering/detection has also been added in archinstall.list_profiles() - it will filter out all MAC address-specific profiles when called, unless a MAC matches a profile or filter_irrelevant_macs=False is given.
|
2020-08-20 17:08:13 +00:00 |
Anton Hvornum
|
13e9953630
|
removed some non-essnetial packages. re-structured the guided installer to ask for stuff first, then fire away. Tested encrypted/non-encrypted and both works.
|
2020-07-08 22:51:21 +00:00 |
Anton Hvornum
|
ebcb5ae795
|
Fixed a bug where minimal_installation() didn't return anything.
|
2020-07-08 22:22:24 +00:00 |
Anton Hvornum
|
9fc13d0449
|
Reflecting change in /boot change
|
2020-07-08 17:46:20 +00:00 |
Anton Hvornum
|
5ab238569d
|
mixed up the mount of /boot, now correctly mounts /boot before running pacstrap
|
2020-07-08 17:45:25 +00:00 |
Anton Hvornum
|
60f581319f
|
Added pythons -m module support. __main__.py is the main module entry path, and setup.py now includes the examples (which as been renamed for more convenient module importing) which - enables __main__.py to locate the examples and import them via importlib and execute them.
|
2020-07-07 23:56:17 +00:00 |
Anton Hvornum
|
0bc24699c1
|
Added colored output. Also tested non-encrypted installations and added ext4 support.
|
2020-07-07 21:59:09 +00:00 |
Anton Hvornum
|
78d4fe4fa1
|
Adding a guided installation profile.
|
2020-07-07 16:10:54 +00:00 |
Anton Hvornum
|
9866672b5e
|
Moved the example installation to examples
|
2020-07-06 22:26:29 +02:00 |