Document kernel change #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
linux to linux-zen as an example
/etc/pacman.conf
:paru -Sy
to sync new repo-Syu
as in refresh package list then upgrade all packages and install the one you want)/etc/systemd/system/chmod-initramfs.service
/etc/systemd/system/chmod-initramfs.path
/boot
/etc/mkinitcpio.d/linux-zen.preset
/etc/mkinitcpio.d/linux.preset
mkinitcpio -P
Also:
Go from precompiled
zfs-linux-zen/zfs-linux-zen
to DKMSarchzfs/zfs-dkms
.archzfs/zfs-dkms
zfs-linux-zen/zfs-linux-zen
/etc/pacman.conf
uncomment or remove:linux-zen
andlinux-zen-headers
if left in at the top of the repo list in/etc/pacman.conf
. Technically it'll bezfs-linux-zen/linux-zen
andzfs-linux-zen/linux-zen-headers
but the fact that it's coming from a different repo doesn't matter to pacman, it simply seeslinux-zen
andlinux-zen-headers
. We make this move specifically because we now wantextra/linux-zen
andextra/linux-zen-headers
instead so the[zfs-linux-zen]
repo needs to go.