update
This commit is contained in:
parent
a62abdff41
commit
b09f56fa6c
15 changed files with 450 additions and 406 deletions
18
README.md
18
README.md
|
@ -1,6 +1,6 @@
|
|||
# Arch Linux Kernel Manager
|
||||
|
||||
A GTK4 Python application used to install and remove Linux Kernels on an Arch based system.
|
||||
A GTK4 Python application which installs and removes Linux Kernels on Arch Linux based systems.
|
||||
|
||||
Installation and removal of Kernels is carried out using Pacman.
|
||||
|
||||
|
@ -20,7 +20,7 @@ Both official and un-official community based Kernels are supported.
|
|||
Since the ALA has a lot of kernel packages any versions found older than 2 years or more are ignored.
|
||||
These kernels are considerably out of date and have shown to fail to install properly with issues related to missing modules.
|
||||
|
||||

|
||||

|
||||
|
||||
## What happens if a kernel installation fails
|
||||
|
||||
|
@ -43,11 +43,11 @@ Most of these are sourced from the [Chaotic AUR](https://aur.chaotic.cx)
|
|||
|
||||
See updating the [configuration file](#Adding-new-community-based-kernels) for adding new kernels.
|
||||
|
||||

|
||||

|
||||
|
||||
# Installed kernels
|
||||
|
||||

|
||||

|
||||
|
||||
# Progress window
|
||||
|
||||
|
@ -75,13 +75,13 @@ By default, the application will use `bootctl` to distinguish which bootloader (
|
|||
The bootloader settings can be overridden using the Advanced settings window.
|
||||
Or you can manually update the configuration file (see the custom bootloader example).
|
||||
|
||||

|
||||

|
||||
|
||||
## Latest kernel versions
|
||||
|
||||
Based on the latest information taken from the configured pacman mirrors.
|
||||
|
||||

|
||||

|
||||
|
||||
# Default configuration file
|
||||
|
||||
|
@ -156,12 +156,6 @@ Logs can be found inside `/var/log/archlinux-kernel-manager`
|
|||
|
||||
- python-psutil
|
||||
|
||||
# Installing the application
|
||||
|
||||
`wget https://raw.githubusercontent.com/DeltaCopy/archlinux-kernel-manager/main/PKGBUILD`
|
||||
|
||||
`makepkg -si`
|
||||
|
||||
# Running the application
|
||||
|
||||
Run `akm` or `archlinux-kernel-manager` to launch the application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue