index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-06 | Merge pull request #626 from conqp/refactor_meminfo | Anton Hvornum | |
Refactor meminfo() to allow direct key access | |||
2021-09-06 | Merge pull request #625 from conqp/fix_tab_indentation | Anton Hvornum | |
Fix indentation with tabs instead of spaces | |||
2021-09-06 | Fix indentation with tabs instead of spaces | Richard Neumann | |
2021-09-06 | Refactor meminfo() to allow direct key access | Richard Neumann | |
2021-09-06 | Merge pull request #426 from archlinux/torxed-rework-partitioning | Anton Hvornum | |
Re-work partitioning logic, introducing more granularity (and stability) | |||
2021-09-06 | Merged in master | Anton Hvornum | |
2021-09-06 | Merged in master. | Anton Hvornum | |
2021-09-06 | Merge pull request #622 from conqp/refactor_cpu_data_detection | Anton Hvornum | |
Refactor cpu data detection | |||
2021-09-06 | Refactor cpu_model() to use cpuinfo() | Richard Neumann | |
2021-09-06 | Refactor cpu_vendor() to use cpuinfo() | Richard Neumann | |
2021-09-06 | Merge pull request #615 from conqp/native_cpu_detection | Anton Hvornum | |
Native cpu detection | |||
2021-09-06 | Merge branch 'master' into native_cpu_detection | Anton Hvornum | |
2021-09-06 | Merge pull request #614 from laxect/patch-1 | Anton Hvornum | |
Fix wrong default in kernels (guide.py) | |||
2021-09-06 | Merge pull request #613 from RustyRaptor/master | Anton Hvornum | |
fixed the git checkout non-existent branch | |||
2021-09-06 | Merge pull request #610 from luckspt/patch-2 | Anton Hvornum | |
Typo | |||
2021-09-06 | Merge pull request #608 from archlinux/deepin-profile | Anton Hvornum | |
Remove lightdm packages from Deepin profile | |||
2021-09-06 | Merge pull request #605 from CYPT71/patch-1 | Anton Hvornum | |
Update hardware.py | |||
2021-09-06 | Added exception handling to check_output | Anton Hvornum | |
I tweaked the optimized return of check_output. Worth mentioning that `check_output()` will raise an exception `subprocess.CalledProcessError: Command 'lscpu | grep AMD' returned non-zero exit status 1.`. | |||
2021-09-06 | No need for try/catch any longer. | Anton Hvornum | |
The old behavior of SysCommand was that exit codes raised an exception, which needed to be handled by each individual caller. We now utilize `.exit_code` instead to manually detect faulty commands and raise exceptions where needed. | |||
2021-09-06 | Merge pull request #603 from j-james/master | Anton Hvornum | |
Mention GNOME and KDE's soft dependency on NetworkManager in the installation process | |||
2021-09-06 | Merge branch 'master' into master | Anton Hvornum | |
2021-09-06 | Merge pull request #600 from monosans/comprehension | Anton Hvornum | |
Replace for loops with comprehensions | |||
2021-09-06 | Corrected some minor modifications mentioned in #595 as well as merged in ↵ | Anton Hvornum | |
latest changes from master. For future PR's do create a patch-branch for upstream patches to avoid changes to your local repo. | |||
2021-09-06 | Merge pull request #578 from l4zy0n3/patch-2 | Anton Hvornum | |
created load_config() to load configuration | |||
2021-09-04 | Merge branch 'master' of github.com:archlinux/archinstall into ↵ | Anton Hvornum | |
torxed-rework-partitioning | |||
2021-09-04 | Fixed edge case where size of disks could be exactly 40GB and a /home would ↵ | Anton Hvornum | |
never be created on single devices. | |||
2021-09-04 | Added a PARTUUID -> parted index, this in order to properly set the boot ↵ | Anton Hvornum | |
flag on the correct partition. Perhaps there's a smarter way. I suspect parted can operate on a given partition ID, but haven't found the docs for it yet. | |||
2021-09-04 | Simplified lambda and made it filter out non relevant disks for the ↵ | Anton Hvornum | |
selection process. | |||
2021-09-04 | Fixed filtering if largest disk selection | Anton Hvornum | |
2021-08-20 | Remove excess newline | Richard Neumann | |
2021-08-20 | Rewrite CPU vendor detection functions | Richard Neumann | |
Use cpuinfo() function rather than a subprocess. | |||
2021-08-20 | Add cpuinfo() | Richard Neumann | |
2021-08-20 | only prompt if _selected_servers is not set | Yash Tripathi | |
2021-08-20 | Update guided.py | Yash Tripathi | |
2021-08-20 | added servers key | Yash Tripathi | |
2021-08-18 | Update guided.py | ギャラ | |
Fix wrong default in kernels. | |||
2021-08-18 | Reworking logic that selects / and /home for multi-disk configurations. Also ↵ | Anton Hvornum | |
added some more debugging | |||
2021-08-17 | fixed the git checkout non-existent branch | RustyRaptor | |
It looks like the `torxed-v2.2.0` branch doesnt exist anymore and I assume its now just `v2.2.0` instead so I changed this command in Using a live ISO | |||
2021-08-17 | Fixed a prompt error in one of the parted calls. Also started on a more ↵ | Anton Hvornum | |
reliable size-conversion that isn't limited to Gigabytes in free_space(). | |||
2021-08-05 | Add back lightdm, be more explicit | Felix Yan | |
2021-07-28 | Typo | Lucas Pinto | |
Fix a tiny typo | |||
2021-07-24 | Remove lightdm packages from Deepin profile | Felix Yan | |
As of deepin-session-shell 5.4.42-2 (which is in the deepin group), lightdm is added as a dependency because of lightdm-deepin-greeter. A configuration (usr/share/lightdm/lightdm.conf.d/60-deepin.conf) in startdde (also in the deepin group) should override default lightdm configuration to use lightdm-deepin-greeter instead of the gtk greeter. Thus these two packages could be removed from the profile now. This effectively reverts #441 | |||
2021-07-22 | Update hardware.py | CYPT71 | |
Rewrite some function if condition is True then return true else return false, transform in return condition directly Also I don't understand why we need a try/except at line 151 and why we not write return condition ?? | |||
2021-07-19 | Mention GNOME and KDE's soft dependency on NetworkManager in the install | j-james | |
2021-07-18 | fixed profile selection | Yash Tripathi | |
2021-07-18 | changed dry_run to dry-run | Yash Tripathi | |
2021-07-18 | added new key for desktop-environment | Yash Tripathi | |
2021-07-18 | fix for #602, running mklabel before formatting | Yash Tripathi | |
2021-07-18 | Merge branch 'master' into patch-2 | Yash Tripathi | |
2021-07-18 | created load_config() to load configuration | Yash Tripathi | |