index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2021-07-16 | Replace for loops with comprehensions | monosans | |
2021-07-07 | Fix encryption + grub both in UEFI and BIOS systems. | Hamad Al Marri | |
We need to have two partitions in BIOS one for boot (grub) and the other for root (/). The format of the boot partition is ext2 (so it is added). If disk is chosen to be encrypted, `then /etc/default/grub` is edited as the followings: https://wiki.archlinux.org/title/Dm-crypt/Encrypting_an_entire_system#Configuring_GRUB_2 Issue: https://github.com/archlinux/archinstall/issues/586 This work is done while working on CachyOS which is Arch based and it is using customized archinstaller. To test these changes you can try CachyOS installer which supports encrypted disk with grub (https://wiki.cachyos.org/). Hamad | |||
2021-06-14 | Merge pull request #580 from dylanmtaylor/patch-1 | Anton Hvornum | |
Change graphics driver prompt to better indicate default action | |||
2021-06-13 | Change graphics driver prompt to better indicate default action | Dylan M. Taylor | |
2021-06-13 | Merge pull request #577 from chingnux/fix-silent | Anton Hvornum | |
fix the case when there's --config but --silent is not set | |||
2021-06-13 | Setting proper keys in exported config (#557) | Yash Tripathi | |
* Set the resolved profile path to the actual desktop environment * split Nvidia driver list into proprietary and open-source * Updated select_driver to use archinstall.arguments for driver selection * Adding default value that works with later .get() * audio will now be prompted irrespective of profile | |||
2021-06-13 | Implement is_desktop_profile helper function (#575) | Dylan M. Taylor | |
* Implement is_desktop_profile helper function * Make ask_for_audio_selection use generic_select * Fix default value for audio selection * Leverage list of supported desktops to perform is_desktop_profile check * is_desktop_profile was missing a default return value * Store return value for audio server | |||
2021-06-13 | fix the case when there's --config but --silent is not set | Iru Cai | |
2021-06-10 | Merge pull request #569 from dylanmtaylor/patch-1 | Anton Hvornum | |
Add a message when running check_mirror_reachable to let users know it's not frozen | |||
2021-06-10 | Clarify driver recommendations (#572) | Dylan M. Taylor | |
2021-06-10 | added --dry-run flag (#570) | Yash Tripathi | |
* added --dry-run flag | |||
2021-06-10 | Add a message when running check_mirror_reachable to let users know it is ↵ | Dylan M. Taylor | |
not frozen. | |||
2021-06-10 | Merge pull request #552 from l4zy0n3/patch-1 | Anton Hvornum | |
added support for optionally seperating credentials from config | |||
2021-06-10 | Merge pull request #551 from m1ten/patch-1 | Anton Hvornum | |
adds python-sphinx in make dependency and manual | |||
2021-06-10 | Merge pull request #537 from archlinux/torxed-fix-517 | Anton Hvornum | |
Introduces the use of HTTP mirrors additionally | |||
2021-06-10 | Merge pull request #538 from archlinux/torxed-fix-536 | Anton Hvornum | |
Attempt to fix issue regarding broken output | |||
2021-06-10 | Merge pull request #568 from dylanmtaylor/patch-1 | Anton Hvornum | |
Only run publish_pypi when a tag is created on the master branch | |||
2021-06-10 | Only run publish_pypi when a tag is created on the master branch | Dylan M. Taylor | |
2021-06-10 | Merge pull request #565 from dylanmtaylor/patch-1 | Anton Hvornum | |
Exit codes are an 8 bit value and could be 0 through 255 | |||
2021-06-10 | Exit codes are an 8 bit value and could be 0 through 255 | Dylan M. Taylor | |
We also don't need to check the exit code - this message should just be displayed if we are not root | |||
2021-06-10 | Merge pull request #562 from dylanmtaylor/hide-requires-root-if-root | Anton Hvornum | |
Only print requires root messages if effective user id is not root | |||
2021-06-10 | Merge pull request #559 from dylanmtaylor/patch-1 | Anton Hvornum | |
Proposal: Split Nvidia so that there are two options for it | |||
2021-06-10 | Merge pull request #548 from dylanmtaylor/umount-before-mklabel | Anton Hvornum | |
Try to solve issue with mklabel while partitions are mounted. | |||
2021-06-10 | Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ci | Anton Hvornum | |
Initial port of GitHub Actions to GitLab CI/CD | |||
2021-06-09 | Only print requires root messages if effective user id is not root | Dylan Taylor | |
2021-06-09 | Initial port of GitHub workspaces to GitLab CI/CD | Dylan Taylor | |
2021-06-09 | Try to unmount devices before attempting to run mklabel | Dylan M. Taylor | |
2021-06-09 | Split Nvidia so that there are two options for it | Dylan M. Taylor | |
This makes selecting an Nvidia driver simpler and makes it apparent that we support both open-source and proprietary from the initial selection. | |||
2021-06-09 | Merge pull request #558 from JakobDev/cutefish | Anton Hvornum | |
Add Cutefish profile | |||
2021-06-09 | Linter hates on us if there's no comma at the end | Anton Hvornum | |
2021-06-09 | Remove cutefish from desktop.py | JakobDev | |
2021-06-07 | Use group instead of package list | JakobDev | |
2021-06-07 | Add noto-fonts to package list | JakobDev | |
2021-06-07 | Add Cutefish profile | JakobDev | |
2021-06-07 | Merge pull request #555 from m1ten/patch-3 | Anton Hvornum | |
version bump v2.3.0.dev0 |