Commit Graph

1805 Commits

Author SHA1 Message Date
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
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
advaithm 1188303fb3
fixed another messed up import 2021-04-22 19:16:27 +05:30
advaithm 1c0c127762
has uefi was removed from user_interactions 2021-04-22 19:13:57 +05:30
advaithm fc53d145c8
Merge github.com:archlinux/archinstall into master-merge 2021-04-22 19:11:30 +05:30
advaithm 49e9c65a8e
updated pyproject.toml to fix issues with package 2021-04-22 19:01:36 +05:30
Anton Hvornum 935b878c96
Merge pull request #336 from SecondThundeR/patch-2
Fix other issues of language selection
2021-04-22 12:43:31 +00:00
SecondThundeR d1560d98ec Fix other issues of language selection 2021-04-22 14:54:35 +03:00
advaithm e63eb26388
fixed merge conflicts 2021-04-22 17:03:24 +05:30
advaithm eb1ff72f5b
readded some commits that got removed 2021-04-22 17:00:51 +05:30
advaithm 15d56c2bc7
merged with master 2021-04-22 16:41:47 +05:30
Anton Hvornum c88034fa8a
Merge pull request #334 from SecondThundeR/patch-2
Update language selection
2021-04-22 09:53:02 +00:00
Владислав 4209074137
Update language selection
Reverted generic_select changes and added ability to choose any layout at first input
2021-04-22 12:05:24 +03:00
Anton Hvornum 331bb0789b
Merge pull request #325 from SecondThundeR/generic-select-update
Rework of the generic_select function and fixes for various input checks
2021-04-22 08:55:54 +00:00
Anton Hvornum 4d65639724
Fixes the crash on empty profile choice. Since generic_select() returns None, we can't pipe that into Profile() (at least not yet) 2021-04-22 10:31:32 +02:00
Anton Hvornum bf9f7bdb16
Merge pull request #328 from jtagcat/patch-1
user_interaction: Explicitly ask for username on super-user creation.
2021-04-21 15:22:52 +00:00
jtagcat a834bffeec
user_interaction: Explicitly ask for username on super-user creation. 2021-04-21 14:20:22 +00:00
Anton Hvornum 46b872aa61 Re-working top-level-profile lambda to be a parameter to list_profiles() instead. When skipping a profile, None is returned from somewhere and it causes a glitch. So trying to figure out where and what by cleaning up a bit 2021-04-21 14:37:23 +02:00
Anton Hvornum 33458b72f3
Merge pull request #255 from dylanmtaylor/patch-1
WIP: Add documentation for MAC address example
2021-04-21 11:22:47 +00:00
Anton Hvornum 1d1d8ea2e0 Reverting deletion on mac-template example. 2021-04-21 13:20:41 +02:00
advaithm e6ab22f28c
Merge branch 'bootloader-refactor' of github.com:advaithm/archinstall into bootloader-refactor 2021-04-21 13:35:46 +05:30
advaithm 63a94a5770
add efibootmgr only on uefi systems 2021-04-21 13:35:03 +05:30
advaithm a694daec5d
some more grammer fixes 2021-04-20 22:09:27 +05:30
advaithm 85c5275a8f
added return true 2021-04-20 21:23:11 +05:30
advaithm a02c35920d
added return true 2021-04-20 21:21:17 +05:30
advaithm 85a8215eb7
fixed some weird grammer 2021-04-20 21:06:57 +05:30
advaithm e2444de5a2
added /mnt to grubcfg genration 2021-04-20 21:06:31 +05:30
advaithm b4312ab95d
removed unnessacry --target 2021-04-20 20:46:49 +05:30
advaithm 8b723c25e2
changed some strings 2021-04-20 20:36:26 +05:30
advaithm 4a9f56ed2d
fixed shell command in add bootloader 2021-04-20 20:26:19 +05:30
advaithm 64a785e0ec
reworked how we remove efimanager 2021-04-20 20:01:15 +05:30
advaithm adeae68123
reworked how we remove efimanager and add grub 2021-04-20 19:58:23 +05:30
advaithm 264db25eef
call hasUEFI 2021-04-20 19:50:12 +05:30
advaithm 47202d9bf9
moved some stuff 2021-04-20 19:46:22 +05:30
advaithm dbb6d630bd
fixed some issues with adding packages 2021-04-20 19:43:23 +05:30
SecondThundeR 8d9a542962 Add clarifying log text for generic_select 2021-04-20 17:10:28 +03:00
advaithm 572ab522fc
we should only look for boot on uefi systems 2021-04-20 19:40:09 +05:30
advaithm fc8960f2a9
we should only look for boot on uefi systems 2021-04-20 19:35:28 +05:30
advaithm 1ea02a7e69
we should only look for boot on uefi systems 2021-04-20 19:27:16 +05:30