Age | Commit message (Collapse) | Author |
|
|
|
Native cpu detection
|
|
|
|
Fix wrong default in kernels (guide.py)
|
|
fixed the git checkout non-existent branch
|
|
Typo
|
|
Remove lightdm packages from Deepin profile
|
|
Update hardware.py
|
|
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.`.
|
|
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.
|
|
Mention GNOME and KDE's soft dependency on NetworkManager in the installation process
|
|
|
|
Replace for loops with comprehensions
|
|
latest changes from master. For future PR's do create a patch-branch for upstream patches to avoid changes to your local repo.
|
|
created load_config() to load configuration
|
|
|
|
Use cpuinfo() function rather than a subprocess.
|
|
|
|
|
|
|
|
|
|
Fix wrong default in kernels.
|
|
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
|
|
|
|
Fix a tiny typo
|
|
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
|
|
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 ??
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Change graphics driver prompt to better indicate default action
|
|
|
|
fix the case when there's --config but --silent is not set
|
|
* 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
|
|
* 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
|
|
|
|
Add a message when running check_mirror_reachable to let users know it's not frozen
|
|
|
|
* added --dry-run flag
|
|
not frozen.
|
|
added support for optionally seperating credentials from config
|
|
adds python-sphinx in make dependency and manual
|
|
Introduces the use of HTTP mirrors additionally
|
|
Attempt to fix issue regarding broken output
|