Is there a way to make this package automatically replace the main entry for Arch in GRUB? Currently, I'm having to manually edit the main one in grub-customizer.
Search Criteria
Package Details: linux-xanmod 6.12.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | The Linux kernel and modules with Xanmod patches |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 1.14 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-02-02 13:59 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 23 24 25 26 27 28 29 30 31 32 33 .. 52 Next › Last »
MithicSpirit commented on 2021-01-10 17:07 (UTC)
figue commented on 2021-01-10 15:22 (UTC)
@Singularity do you mean that the myconfig process parses some commands in a bad way? Can you provide your full myconfig please?
Singularity commented on 2021-01-10 13:34 (UTC)
The code for reading the myconfig file, could it be adjusted? It does not remove spaces, they will end up escaped in the config file. That's how it should be when placing there a full config. But when using scripts/config commands instead, it's bad because on the one hand the commands must be, in difference to the usage in the PKGBUILD, without spaces, but on the other hand, it's impossible to set an empty string, as it will be a syntax error if no spaces are used, and using spaces will make the spaces be part of the string. I.e. scripts/config --set-str CONFIG_ANDROID_BINDER_DEVICES "" can be used in the PKGBUILD, but not in myconfig.
figue commented on 2021-01-05 22:14 (UTC)
@burster yes, cachy patches are not included in 5.10.X for now.
If you want to try a new scheduler you can install package linux-xanmod-cacule which has new CacULE scheduler developed by the same guy that developed cachy:
Links:
https://github.com/xanmod/linux/tags
burster commented on 2021-01-05 17:16 (UTC) (edited on 2021-01-05 17:16 (UTC) by burster)
[burster@liza linux-xanmod]$ env use_cachy=y makepkg -s
Cachy branch is not ready yet...
mabod commented on 2020-12-30 11:04 (UTC)
Why is the default value for use_ns=n
? This breaks the evolution email client. evolution is not able to display emails with he following error:
bwrap: No permissions to creating new namespace, likely because the kernel does not allow non-privileged user namespaces. On e.g. debian this can be enabled with 'sysctl kernel.unprivileged_userns_clone=1'.
figue commented on 2020-12-18 15:57 (UTC)
@Singularity indeed. Thanks for the comment.
Singularity commented on 2020-12-18 11:18 (UTC)
Since we all compile the kernel here … one can boot without initramfs, if one compiles the modules necessary for accessing the hard drive into the kernel. With this PKGBUILD it's also quite practical, one can create the file "myconfig" next to the PKGBUILD with lines of the form "scripts/config --enable CONFIG_SATA_AHCI". I only needed that one additional module compiled in.
figue commented on 2020-12-14 23:28 (UTC)
New package for XanMod + Cacule scheduler:
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: