advaithm
df86d2b80d
pdb traceing
2021-04-28 06:39:59 +05:30
Anton Hvornum
e7a429db11
Merge pull request #344 from SecondThundeR/misc-cleanup
...
Misc. cleanup
2021-04-27 18:48:48 +00:00
Anton Hvornum
ae1253afab
Merge pull request #361 from SecondThundeR/drivers-fix
...
Fixed a crash before choosing a video card driver
2021-04-27 18:48:35 +00:00
Владислав
bedd8a1241
Fixed a crash before choosing a video card driver
2021-04-27 21:26:58 +03:00
SecondThundeR
a706a98151
Revert some merge resolve changes
2021-04-27 19:19:33 +03:00
Владислав
bbe38025fb
Merge branch 'master' into misc-cleanup
2021-04-27 19:01:38 +03:00
Anton Hvornum
090b98b830
Moving away from custom log levels, to something that's well defined. ( #360 )
...
* Moving away from custom log levels, to something that's well defined.
* Added backward compability to log() as well.
* Added an option to force log messages out on screen even if the level is below the log level threashold.
* Added force log messages when wrong notation is used.
* Added some more length to the deprecated message
* Swapped all log levels to use logging.<level> instead.
Co-authored-by: Anton Hvornum <anton.feeds@gmail.com>
2021-04-27 16:43:17 +02:00
Anton Hvornum
a29eea26db
Updated readme about the help and log location
2021-04-27 14:40:53 +02:00
Владислав
492c44c916
Restore changes related to background properties
2021-04-27 15:39:32 +03:00
Anton Hvornum
fefa287f16
Updating branch strategy on the CONTRIB file
2021-04-27 14:27:34 +02:00
Anton Hvornum
df1586e2de
Merge pull request #357 from dylanmtaylor/patch-1
...
Use generic_select for driver selection
2021-04-27 12:23:02 +00:00
Dylan M. Taylor
5f9720ab1c
Use generic_select for driver selection
2021-04-27 08:22:36 -04:00
Владислав
0c6ebc7e80
Merge branch 'master' into misc-cleanup
2021-04-27 15:18:02 +03:00
SecondThundeR
985b7fac3f
Revert "Update logging for some functions"
...
This reverts commit f5b6e7bafe .
Reverting commit due to currently redundant change and merge conflict
2021-04-27 15:14:28 +03:00
Anton Hvornum
ae1c4ea7c2
Merge pull request #337 from dylanmtaylor/patch-4
...
Run CI on pushes to master/main
2021-04-27 12:12:36 +00:00
Anton Hvornum
3bde45cbbd
Merge pull request #356 from dylanmtaylor/patch-2
...
Delete i3-wm and i3-gaps profiles
2021-04-27 12:08:36 +00:00
Dylan M. Taylor
0fa99cf3cf
Delete i3-gaps.py
2021-04-27 08:03:10 -04:00
Dylan M. Taylor
806e5fa3af
Delete i3-wm.py
2021-04-27 08:02:24 -04:00
Anton Hvornum
6625f359d0
Merge PR #335 : Merges in v2.2.0 work into master
...
Any future work against v2.2.0 will go straight into master, patch work will be done on separate branches instead.
2021-04-27 11:42:05 +00:00
Anton Hvornum
63a597a4fe
Updated PR guidelines.
2021-04-27 13:39:30 +02:00
Anton Hvornum
19c928df6a
Forgot to hit save after merge conflict fixes.
2021-04-27 13:35:14 +02:00
Anton Hvornum
5852582bbf
Pulled in latest changes from torxed-v2.2.0
2021-04-27 13:33:52 +02:00
Anton Hvornum
831f5e4eaf
Merge pull request #315 from AggamR/master
...
selecting a kernel
2021-04-27 10:43:35 +00:00
Anton Hvornum
2762144e32
Added a failsafe for kernels argument to be defaulted to linux, since 'None' could technically end up here.
2021-04-27 12:39:13 +02:00
Anton Hvornum
b6cd5835f1
Reduced complexity in guided for the kernel selection process.
2021-04-27 12:37:16 +02:00
Anton Hvornum
1230fdfe31
Synced latest changes from torxed-v2.2.0.
2021-04-27 12:30:00 +02:00
Anton Hvornum
847cb3d032
Spelling error
2021-04-27 12:27:49 +02:00
Anton Hvornum
1be405aa77
Corrected indentation (mixed spaces and tabs)
2021-04-27 12:26:59 +02:00
Aggam Rahamim
fa9a08b86d
having ability to use multiple kernels - dict fix
2021-04-27 12:40:05 +03:00
Anton Hvornum
ea9d34e8fc
Re-phrased the wording a bit on the exp. warning.
2021-04-25 22:18:29 +02:00
Aggam Rahamim
e250181317
Merge branch 'master' of https://github.com/AggamR/archinstall
2021-04-25 14:56:03 +03:00
Aggam Rahamim
5c9859d316
having ability to use multiple kernels
2021-04-25 14:55:39 +03:00
advaithm
85e4a85cdb
updated to lastest commit, fixed a conflict
2021-04-24 13:56:35 +05:30
Anton Hvornum
638985f17d
Merge pull request #345 from dylanmtaylor/patch-9
...
Ignore dotfiles and globs in timezone selection
2021-04-24 07:11:06 +00:00
Anton Hvornum
84dbbd0857
Added back the note about using /mnt as is
...
Also added a "experimental" warning to it.
2021-04-23 23:52:49 +02:00
Anton Hvornum
47939ac582
Merge pull request #343 from dylanmtaylor/patch-8
...
While somewhat nice to have, archlinux-wallpaper isn't needed in a minimall install
2021-04-23 13:41:08 +00:00
Dylan M. Taylor
d21e31d477
Actually, putting it here makes more sense.
2021-04-22 19:38:43 -04:00
Dylan M. Taylor
95e73f65a7
Ignore dotfiles and globs
2021-04-22 19:36:32 -04:00
SecondThundeR
f5b6e7bafe
Update logging for some functions
...
- Unified view of warning (red) and info (yellow) logs
- Fixed some PEP8 related issues, like removing redundant f-strings and replacing double quotes to single ones
- Removed warning logging level for simple logs
- Removed other background color settings for logs to fully close https://github.com/archlinux/archinstall/pull/171
2021-04-23 01:55:53 +03:00
SecondThundeR
2d3d3c54ef
Remove unnecessary else in try...except
...
This change simplifies the try...except block in generic_select by adding a break to the item selection by index
2021-04-23 01:08:38 +03:00
SecondThundeR
839e945b87
Moved output about base installed packages
...
This prevents screen from being cluttered if the user enters the wrong package(or packages), allowing only repetitions of prompt to be displayed
2021-04-23 01:03:34 +03:00
Dylan M. Taylor
91fa98f48d
While somewhat nice to have, archlinux-wallpaper isn't needed in a minimal installation.
2021-04-22 17:49:58 -04:00
Anton Hvornum
b963ed2631
Merge pull request #342 from archlinux/torxed-patch1
...
/ and /boot requirement when keeping partition layout
2021-04-22 19:59:31 +00:00
Anton Hvornum
3cf8ec7ad6
Added a continuation if partitions are not set yet.
2021-04-22 21:58:47 +02:00
Anton Hvornum
81c57560b3
Fixes #324 .
2021-04-22 21:56:52 +02:00
Anton Hvornum
1c6aa6b8f4
Merge pull request #339 from dylanmtaylor/patch-7
...
Have timezone re-prompt on invalid input
2021-04-22 19:46:54 +00:00
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
Dylan M. Taylor
bd9d2c9125
Update user_interaction.py
2021-04-22 15:18:59 -04:00
Dylan M. Taylor
d401820381
Run CI on pushes to master/main
2021-04-22 14:35:05 -04:00
advaithm
1188303fb3
fixed another messed up import
2021-04-22 19:16:27 +05:30