index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-22 | has uefi was removed from user_interactions | advaithm | |
2021-04-22 | Merge github.com:archlinux/archinstall into master-merge | advaithm | |
2021-04-22 | updated pyproject.toml to fix issues with package | advaithm | |
2021-04-22 | Merge pull request #336 from SecondThundeR/patch-2 | Anton Hvornum | |
Fix other issues of language selection | |||
2021-04-22 | Fix other issues of language selection | SecondThundeR | |
2021-04-22 | fixed merge conflicts | advaithm | |
2021-04-22 | readded some commits that got removed | advaithm | |
2021-04-22 | merged with master | advaithm | |
2021-04-22 | Merge pull request #334 from SecondThundeR/patch-2 | Anton Hvornum | |
Update language selection | |||
2021-04-22 | Update language selection | Владислав | |
Reverted generic_select changes and added ability to choose any layout at first input | |||
2021-04-22 | Merge pull request #325 from SecondThundeR/generic-select-update | Anton Hvornum | |
Rework of the generic_select function and fixes for various input checks | |||
2021-04-22 | Fixes the crash on empty profile choice. Since generic_select() returns ↵ | Anton Hvornum | |
None, we can't pipe that into Profile() (at least not yet) | |||
2021-04-21 | Merge pull request #328 from jtagcat/patch-1 | Anton Hvornum | |
user_interaction: Explicitly ask for username on super-user creation. | |||
2021-04-21 | user_interaction: Explicitly ask for username on super-user creation. | jtagcat | |
2021-04-21 | Re-working top-level-profile lambda to be a parameter to list_profiles() ↵ | Anton Hvornum | |
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 | Merge pull request #255 from dylanmtaylor/patch-1 | Anton Hvornum | |
WIP: Add documentation for MAC address example | |||
2021-04-21 | Reverting deletion on mac-template example. | Anton Hvornum | |
2021-04-21 | Merge branch 'bootloader-refactor' of github.com:advaithm/archinstall into ↵ | advaithm | |
bootloader-refactor | |||
2021-04-21 | add efibootmgr only on uefi systems | advaithm | |
2021-04-20 | some more grammer fixes | advaithm | |
2021-04-20 | added return true | advaithm | |
2021-04-20 | added return true | advaithm | |
2021-04-20 | fixed some weird grammer | advaithm | |
2021-04-20 | added /mnt to grubcfg genration | advaithm | |
2021-04-20 | removed unnessacry --target | advaithm | |
2021-04-20 | changed some strings | advaithm | |
2021-04-20 | fixed shell command in add bootloader | advaithm | |
2021-04-20 | reworked how we remove efimanager | advaithm | |
2021-04-20 | reworked how we remove efimanager and add grub | advaithm | |
2021-04-20 | call hasUEFI | advaithm | |
2021-04-20 | moved some stuff | advaithm | |
2021-04-20 | fixed some issues with adding packages | advaithm | |
2021-04-20 | Add clarifying log text for generic_select | SecondThundeR | |
2021-04-20 | we should only look for boot on uefi systems | advaithm | |
2021-04-20 | we should only look for boot on uefi systems | advaithm | |
2021-04-20 | we should only look for boot on uefi systems | advaithm | |
2021-04-20 | rebase clean up | advaithm | |
2021-04-20 | repharsed some stuff | advaithm | |
2021-04-20 | reworked how we handle bootloaders a little | advaithm | |
2021-04-20 | rebase | advaithm | |
2021-04-20 | Merge pull request #317 from insanemal/torxed-v2.2.0 | Anton Hvornum | |
In guided install Non-UEFI installs need to use grub-install | |||
2021-04-20 | Merge branch 'torxed-v2.2.0' into torxed-v2.2.0 | Anton Hvornum | |
2021-04-20 | Fix TabError issue after uncommenting | SecondThundeR | |
2021-04-20 | Merge pull request #285 from dylanmtaylor/patch-4 | Anton Hvornum | |
Change from argon2i to argon2id | |||
2021-04-20 | Fix infinite loop on incorrect input of gateway IP | SecondThundeR | |
2021-04-20 | Uncomment new check for gateway IP address | SecondThundeR | |
2021-04-20 | Add sort parameter for generic_select | SecondThundeR | |
Updated required features to support these change | |||
2021-04-20 | Merging in PR #312 - Add Deepin desktop | Anton Hvornum | |
2021-04-19 | Update some functions | SecondThundeR | |
Here are list of changes: - Added IP/subnet validation using Python's `ipaddress` module - Added workaround for network configuration modes where user can enter DHCP or IP without brackets. - Returned local printing options for some functions to keep `The above list...` - Moved booleans for `generic_select` below options and text parameters - Imported some functions from `archinstall` to reduce the`archinstall.` part of the lines. - Reduced variable name length for simplicity - Fixed some typos | |||
2021-04-19 | Merge pull request #321 from SecondThundeR/patch-1 | Anton Hvornum | |
Fix typo in partition.format() |