Anton Hvornum
|
5a4d68e617
|
Fixing awesome and xorg for first test run.
|
2020-09-30 08:37:54 +00:00 |
Anton Hvornum
|
5ce8c20333
|
Fixed some selection processes.
|
2020-09-29 22:26:40 +00:00 |
Anton Hvornum
|
f896342147
|
Adding a baseline xorg profile that can be called from other profiles. Such as the awesome profile, and in the future gnome and kde.
|
2020-09-29 22:09:28 +00:00 |
Anton Hvornum
|
6338e7116e
|
Removed AUR support (Moving to a separate project, possibly as an addon layer later)
|
2020-09-29 21:01:10 +00:00 |
Anton Hvornum
|
008ecf00a1
|
Some sentence improvements.
|
2020-09-28 16:49:25 +02:00 |
Anton Hvornum
|
43733bad80
|
Simplified the README a bit.
|
2020-09-28 16:41:39 +02:00 |
Anton Hvornum
|
03884d2a56
|
Added documentation.
|
2020-09-28 16:40:59 +02:00 |
Anton Hvornum
|
410a0ba0b3
|
Added documentation for: https://python-archinstall.readthedocs.io/en/latest/
|
2020-09-28 16:38:10 +02:00 |
Anton Hvornum
|
d44c671661
|
Adding package search via upstream package database and JSON.
|
2020-09-15 11:14:58 +00:00 |
Anton Hvornum
|
eb4b0f09ef
|
Fixed #48 - Removed AUR question in the guided installer. (library still supports it, but will be hidden from common users)
|
2020-09-07 15:45:42 +02:00 |
Anton Hvornum
|
9b65bf4bbb
|
Spelling error in locale helpers.
|
2020-09-07 15:41:19 +02:00 |
Anton Hvornum
|
911d876cb6
|
Made waiting for reflector mandatory. Which should fix issue #47.
|
2020-09-01 15:38:23 +02:00 |
Anton Hvornum
|
4413fdcf81
|
systemctl spits out some colors, so logic had to be changed.
|
2020-09-01 14:57:21 +02:00 |
Anton Hvornum
|
a22a859b7f
|
Debugging
|
2020-09-01 14:55:49 +02:00 |
Anton Hvornum
|
4dcafa7ec8
|
Tweaking the mirror selection vs automatic mirror processes.
|
2020-09-01 14:52:59 +02:00 |
Anton Hvornum
|
8494014c3b
|
Debugging a bit
|
2020-09-01 14:47:22 +02:00 |
Anton Hvornum
|
1cdd96f9aa
|
Renamed services again after re-save to the wrong name.
|
2020-09-01 14:43:04 +02:00 |
Anton Hvornum
|
99dcdc357f
|
Wrong function name in os.path
|
2020-09-01 14:37:54 +02:00 |
Anton Hvornum
|
4291f3e84e
|
Wrong filename on services
|
2020-09-01 14:35:34 +02:00 |
Anton Hvornum
|
8daae75a78
|
Adding service logic. Checking if reflector has finished before we select custom mirrors (if any)
|
2020-09-01 14:33:55 +02:00 |
Anton Hvornum
|
e6293b7d44
|
Forgot to send with mirrors in the function call perform_installation() in guided template.
|
2020-09-01 14:06:36 +02:00 |
Anton Hvornum
|
323af39ed5
|
Added archinstall.Installer().set_mirrors, which allows to modify the mirrors in the finished installed medium.
|
2020-09-01 14:04:47 +02:00 |
Anton Hvornum
|
6744d7ac1b
|
Spelling error
|
2020-09-01 13:57:54 +02:00 |
Anton Hvornum
|
dd294ba0f3
|
Added more logging
|
2020-09-01 13:56:23 +02:00 |
Anton Hvornum
|
64f4646eef
|
Fixed copy paste issue within code in the select function.
|
2020-09-01 13:52:32 +02:00 |
Anton Hvornum
|
7734fbee89
|
Spelling error
|
2020-09-01 13:49:47 +02:00 |
Anton Hvornum
|
35db09298d
|
Spelling error
|
2020-09-01 13:48:31 +02:00 |
Anton Hvornum
|
52a08a492f
|
Added user interaction: select_mirror_Regions
|
2020-09-01 13:43:19 +02:00 |
Anton Hvornum
|
5bba102c45
|
Added list_mirrors() and prepared for selecting mirrors in guided.py
|
2020-09-01 12:22:44 +02:00 |
Anton Hvornum
|
2ac4172394
|
Version bump to release v2.0.4
|
2020-09-01 10:49:40 +02:00 |
Anton Hvornum
|
d765763e81
|
Forgot self in a parameter
|
2020-09-01 10:36:47 +02:00 |
Anton Hvornum
|
677533f765
|
Added the option to set keyboard layout of installation. Not only on the live medium
|
2020-09-01 10:33:18 +02:00 |
Anton Hvornum
|
8f35f44939
|
Added locale helpers in terms of keyboard language/layout. archinstall.list_keyboard_languages(), archinstall.search_keyboard_layout() and archinstall.set_keyboard_language() work together to help listing, finding and setting a keyboard layout in terminals. Won't work for X-frontends, but will do for CLI installation methods. Added a language selector-helper-function with a crude search functionality. Added all this to the guided template.
|
2020-09-01 09:01:14 +02:00 |
Anton Hvornum
|
e4b9ad9d37
|
Forgot the syntax of sudoers apparently. Corrected.
|
2020-08-31 21:38:28 +02:00 |
Anton Hvornum
|
b91699c0e5
|
Forgot self. in Installer
|
2020-08-31 21:12:19 +02:00 |
Anton Hvornum
|
129f7f23fa
|
Fixed a conditional logic issue. It didn't break out of user creation when it was supposed to.
|
2020-08-31 21:09:01 +02:00 |
Anton Hvornum
|
35fc177345
|
Adding a different text on the user step if root is disabled. Also adding user as sudo if that's the case.
|
2020-08-31 20:46:38 +02:00 |
Anton Hvornum
|
bb0ece0ece
|
Added post-installation check on __exit__ of archinstall.Installer(). This will 'verify' that the installation is complete after leaving the installer, or warn the scripter/programmer/user that there's steps missing in order to complete the installation. This is a step towards combating root being disabled and sudo users forgotten to be created - to avoid total account lockout.
|
2020-08-31 18:57:51 +02:00 |
Anton Hvornum
|
2e7bd45267
|
Made btrfs optional in the minimal_installation. As it's only required if the filesystem is actually btrfs.
|
2020-08-31 16:41:38 +02:00 |
Anton Hvornum
|
75e2fb4bd3
|
Merge branch 'master' of github.com:Torxed/archinstall
|
2020-08-21 16:23:24 +00:00 |
Anton Hvornum
|
ff1632ebbd
|
Adding a comment. Also testing webhooks
|
2020-08-21 16:23:15 +00:00 |
Anton Hvornum
|
7a09115a70
|
Corrected API endpoint for automated tests.
|
2020-08-21 11:44:34 +00:00 |
Anton Hvornum
|
2b71ebd699
|
Added some debug output to the automated test profile.
|
2020-08-21 11:34:08 +00:00 |
Anton Hvornum
|
5075fdc758
|
Update README.md
|
2020-08-21 11:11:12 +00:00 |
Anton Hvornum
|
26a9d26723
|
Update README.md
|
2020-08-21 11:10:47 +00:00 |
Anton Hvornum
|
4c7669b01b
|
Update README.md
|
2020-08-21 11:10:18 +00:00 |
Anton Hvornum
|
6166fce003
|
Update README.md
|
2020-08-21 11:09:59 +00:00 |
Anton Hvornum
|
97696a8d02
|
Adjusted the automated test build to send the correct status message to the backend API.
|
2020-08-21 11:08:33 +00:00 |
Anton Hvornum
|
1b9f99beb1
|
Update README.md
|
2020-08-21 09:58:41 +00:00 |
Anton Hvornum
|
eeb053215f
|
Update README.md
|
2020-08-21 09:46:40 +00:00 |