Commit Graph

1871 Commits

Author SHA1 Message Date
Anton Hvornum e52fca2d01
Merge pull request #371 from dylanmtaylor/patch-1
Avoid some word wrapping on smaller consoles like VirtualBox.
2021-04-28 13:23:56 +00:00
Anton Hvornum 4079eebc70
Added a mini curses class and generic-multi-select (#362)
* Added a mini curses class. It can do some simple tricks to iterate over menu options and indicate which ones are chosen using generic_multi_select().

* Include the default parameter if set.

* Modified 'select_kernel()' to use the new multi-select.

* Sneaky character got in.

* removed some debugging

* removed some debugging

* Spelling error

* Adding error handling and loop support.

* Enforce that 'default' is always selected if no other option is selected.

* Fixed backspace issues and ghosting.

Co-authored-by: Anton Hvornum <anton.feeds@gmail.com>
2021-04-28 15:18:28 +02:00
Dylan M. Taylor 7beccba395
Avoid some word wrapping on smaller consoles like VirtualBox. 2021-04-28 08:59:01 -04:00
Anton Hvornum 754e4b8b61 Corrected one indentation. 2021-04-28 14:30:12 +02:00
Anton Hvornum 04804e6edc Corrected error handling for log creation. 2021-04-28 14:28:21 +02:00
Anton Hvornum 09cab32749 Merge latest changes from master 2021-04-28 14:20:19 +02:00
Anton Hvornum a13db6bffd Fixing permission error on non-root-runners accessing log() 2021-04-28 14:20:12 +02:00
Anton Hvornum 2017d9a5f3
Merge pull request #370 from dylanmtaylor/patch-2
Allow Sway Nvidia override
2021-04-28 12:14:26 +00:00
Anton Hvornum 153495a4c0
Merge pull request #365 from dylanmtaylor/patch-1
Include Git commit SHA in the ISO
2021-04-28 12:13:41 +00:00
Dylan M. Taylor 3961f252c8
Allow Sway Nvidia override 2021-04-28 07:43:28 -04:00
Anton Hvornum 58d933e150
Merge pull request #367 from SecondThundeR/kernel-select
Slightly update kernel selection
2021-04-28 07:10:39 +00:00
Anton Hvornum 66197f08de
Added a default description 2021-04-28 09:10:29 +02:00
SecondThundeR 6cfaf30718 Update kernel select
Move select to separate function
Remove 'continue' option
Add hardened kernel as option
2021-04-28 09:41:47 +03:00
Anton Hvornum 932517e20d
Merge pull request #366 from advaithm/master
Bug fixes for kernel select and grub-install
2021-04-28 05:38:16 +00:00
advaithm 0e89173ddf
Raise a hardware incompatibilty error if someone installs the nvidia prop dirvers with sway 2021-04-28 09:37:22 +05:30
advaithm 8144ac736d
install nvidia-dkms when running linux-zen/lts 2021-04-28 09:35:07 +05:30
advaithm 3bf7a9e7af
removed pdb 2021-04-28 08:00:18 +05:30
Dylan M. Taylor 939fae0b1a Include the commit SHA in the ISO
Update iso-build.yaml with wording change, cat out .zprofile for debugging, and make it so workflow edits trigger builds.
2021-04-27 22:21:05 -04:00
advaithm db7632f55e
log diffrent values when in bios mode 2021-04-28 07:48:44 +05:30
advaithm 7922d82639
trying to fix always failing bootloader install 2021-04-28 07:41:34 +05:30
advaithm 464cee46ed
fixed kernel select 2021-04-28 07:08:35 +05:30
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