Commit Graph

1960 Commits

Author SHA1 Message Date
Anton Hvornum 71b14ec9fd
Merge pull request #381 from archlinux/torxed-fix-350
Fixes #350. This reverts an old hot-fix to make systemd-boot not wipe out windows boot loader.
2021-05-14 19:07:09 +00:00
Anton Hvornum 4b6a7514c9 Adding in a default timeout to systemd-boot, but only if no other timeout was specified. Also fixes a regression bug with line endings in the loader configuration. 2021-05-14 21:05:18 +02:00
Anton Hvornum 3edb33c439 Merging in dual-boot fix from master. 2021-05-14 20:13:10 +02:00
Anton Hvornum dc48bad941
Merge pull request #434 from archlinux/torxed-fix-formatting
Fixes dual-boot and /boot getting wiped accidentally
2021-05-14 18:11:02 +00:00
Anton Hvornum 2761e675a1 Removed debugging 2021-05-14 19:48:58 +02:00
Anton Hvornum 1abe2c762e Removed targeted /boot formatting. This should be handled and marked earlier in the locig, the partitioning logic should only honor the marked partitions and their status. No need to explicitly format /boot since - if it's meant to be formatted - it should already be marked. 2021-05-14 19:48:39 +02:00
Anton Hvornum 1fd432326b Added debugging 2021-05-14 19:34:01 +02:00
Anton Hvornum 6e898217ee Merge branch 'master' of github.com:archlinux/archinstall into torxed-fix-350 2021-05-14 18:35:40 +02:00
Anton Hvornum d0676dfa3d
Merge pull request #401 from archlinux/torxed-kernel-params
Adding kernel parametrization
2021-05-14 16:18:55 +00:00
Anton Hvornum 16441f11cb Merge branch 'master' of github.com:archlinux/archinstall into torxed-kernel-params 2021-05-14 18:00:27 +02:00
Anton Hvornum da0af2294a
Merge pull request #430 from archlinux/torxed-fix-magic-variables
BC: Replaced the magic __builtin__ global variable for installation
2021-05-14 15:11:38 +00:00
Anton Hvornum 22750cefc8 Quotation error. 2021-05-14 16:55:47 +02:00
Anton Hvornum 1674b7088d Fixes string index error. 2021-05-14 16:13:03 +02:00
Anton Hvornum 12dc55650d Merge branch 'master' of github.com:Torxed/archinstall into torxed-fix-350 2021-05-12 14:45:04 +02:00
Anton Hvornum 4ff35663b8 Replaced the magic __builtin__ global variable. This should fix mypy complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. 2021-05-12 13:55:41 +02:00
Anton Hvornum df6c4e77f7
Merge pull request #427 from advaithm/mypy
some type hint fixes and a bad catch fix
2021-05-12 10:58:46 +00:00
Anton Hvornum 0ef8cc579e
Merge pull request #422 from arieboven/print_large_list_fix
fix error when there are to many options to print and calculation spaces
2021-05-12 10:58:00 +00:00
advaithm af3d65cc98
removed .vscode 2021-05-12 16:08:49 +05:30
Anton Hvornum a85517513d
Merge pull request #379 from SecondThundeR/multi-select-update
Update generic_multi_select and generic_select
2021-05-12 10:33:57 +00:00
advaithm 69d079e63a
some type hint fixes and a bad catch fix 2021-05-12 15:45:45 +05:30
Anton Hvornum f45f036b65
Merge pull request #420 from satai/master
add dmenu dependency to i3 profile
2021-05-12 07:49:49 +00:00
Anton Hvornum 08121c88a4
Merge pull request #418 from dylanmtaylor/graphics-driver-list
Change graphics driver selection based on #414
2021-05-11 22:24:11 +00:00
aboven 24a14d1800 fix error when to many options and calculation spaces 2021-05-08 13:18:03 +02:00
SecondThundeR 493814d8bd Add default graphics card driver option 2021-05-06 21:38:20 +03:00
Ondřej Nekola 3c23f5e810 add dmenu dependency to i3 profile
dmenu is configured as the default launcher (Penguin-SPACE key)
in the default i3 configuartion.
2021-05-06 13:01:43 +02:00
Dylan Taylor 900827a926 Change graphics driver selection based on #414 2021-05-05 11:31:24 -04:00
Anton Hvornum 52ac03d952
Merge pull request #408 from dylanmtaylor/patch-5
Fix #406
2021-05-02 20:02:21 +00:00
Dylan M. Taylor d27fe9715f Attempt to fix #406
I think this should fix the comment Torxed made
2021-05-01 09:31:18 -04:00
Anton Hvornum 7f2334bbfe
Merge pull request #409 from archlinux/torxed-partitioning
Adds partition layout to the install logs before and after installation
2021-05-01 10:13:33 +00:00
Anton Hvornum ea0d0a8817 Merge branch 'master' of https://github.com/archlinux/archinstall into torxed-partitioning 2021-05-01 12:12:10 +02:00
Anton Hvornum b58bec202a
Merge pull request #405 from dylanmtaylor/patch-3
Tweak wording of superuser prompt for better consistency
2021-05-01 09:49:36 +00:00
Anton Hvornum 960dc5a08d
Merge pull request #403 from builder-247/builder-247-syntax-error
Fix syntax error
2021-05-01 09:48:49 +00:00
Dylan M. Taylor 4efa01c4fd
Make the style of the word superuser consistent 2021-04-30 22:42:08 -04:00
Dylan M. Taylor feae13ac84
Tweak wording for superuser prompt a little bit 2021-04-30 22:34:54 -04:00
builder_247 8f4b8fd5ff
Fix syntax error 2021-05-01 00:36:40 +03:00
SecondThundeR efadd4a426 Revert disabling default sorting
This change reverts a previous change that disabled sorting by default in the multi select function, which would be better disabled manually for pre-sorted lists than manually enabling for unsorted lists.

Also, comments of the line check have been slightly changed
2021-04-30 22:31:31 +03:00
Anton Hvornum 33a3f80391 Adding support for kernel params 2021-04-30 17:11:25 +02:00
Anton Hvornum cccb6bd5b3 Moved/Created mkinitcpio func 2021-04-30 17:04:55 +02:00
Anton Hvornum acf85f254a Moved mkinitcpio variables
They now live as a installation-session variable. Not just minimal installation.
2021-04-30 16:55:33 +02:00
Anton Hvornum fcff362b9a
Merge pull request #398 from dylanmtaylor/patch-5
Partially revert hasUEFI grub/efibootmgr change to fix GRUB
2021-04-30 08:08:00 +00:00
Dylan M. Taylor e488ad8ec4
Change how efibootmgr is installed
Make changes suggested by Torxed
2021-04-29 20:03:25 -04:00
Anton Hvornum 7c57fff8b2
Merge pull request #394 from dylanmtaylor/patch-2
typo: none 0 is incorrect grammar
2021-04-29 23:00:49 +00:00
Anton Hvornum 3e518be7ce
Merge pull request #396 from dylanmtaylor/patch-3
Add cockpit application profile
2021-04-29 23:00:33 +00:00
Dylan M. Taylor 4ce97aaa8c
Partially revert hasUEFI grub/efibootmgr change to fix GRUB 2021-04-29 16:59:43 -04:00
Anton Hvornum 5194fdc75c
Merge pull request #397 from dylanmtaylor/patch-4
Fix i3
2021-04-29 18:41:47 +00:00
Anton Hvornum fb0ced900f
Merge pull request #391 from dylanmtaylor/patch-1
Implement server top-level profile
2021-04-29 18:38:28 +00:00
SecondThundeR ea14e860c7 Update `user_interaction.py`
- Reverted some changes for default options in multi select
- Added check for dict and convert from dict to list
- Replaced spaces with tabs for certain comment line
2021-04-29 19:49:08 +03:00
SecondThundeR 5f1156f80e Fix multi select and video card driver selection
Changes:
- Rephrased input text for kernel selection
- Fixed crash with empty video card driver selection
- Removed log info for default option
2021-04-29 19:49:08 +03:00
SecondThundeR 5c8748dbb5 Update generic_select
Changes:
- Moved some functions for options below checks for the correctness of passed options
- Removed unnecessary `continue` from `except ...`, since the loop will return to the beginning anyway
- Added stripping of `selected_option` straight on input
- Changed check `len() == 0` to `not ...`
- Returned changing string to number on check
===
- Removed '!' as they look weird inside such ` * ... * ` log style (Change for generic_multi_select)
2021-04-29 19:49:07 +03:00
SecondThundeR 1f2fe467d1 Update generic_multi_select
Changes:
- Add useful checks from `generic_select`
- Sorting is now disabled by default (As many lists are already sorted)
- Some checks have been changed (This includes unnecessary checks with `len()`, etc.)
- Removed x, y from `print_large_list` as they aren't used in code
- Added check for string to strip it without getting `AttributeError`
- Switched to RequirementError handling as in `generic_select`
- Added a log when the default option is selected with unselected options by the user
- Added break when adding default option to empty list (See comments for more info)
- Added support for selecting option by name
2021-04-29 19:49:07 +03:00