All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
1.5 KiB
1.5 KiB
Help
Remove unused packages
Make sure to use the -Rs flag when removing. This will clean up deps.
pacman -Rs package
To see a list of packages that are orphaned you can run:
pacman -Qtdq
To remove those packages you can run
pacman -Qtdq | pacman -Rns -
Update Grub
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=BOOTcp /boot/EFI/BOOT/grubx64.efi /boot/EFI/BOOT/bootx64.efi
Downgrading Kernel
You can find old kernel versions at https://archive.archlinux.org/packages/l/linux/
You can find old kernel-header versions at https://archive.archlinux.org/packages/l/linux-headers/
If you want to downgrade to a previously installed kernel you can use pacman cache:
cd /var/cache/pacman/pkgpacman -U linux-x.x.x.arch1-1-x86_64.pkg.tar.zst linux-headers-x.x.x.arch1-1-x86_64.pkg.tar.zstreboot
If you want to downgrade to a kernel that wasn't previously installed:
- Download linux... and linux-headers... from above
pacman -U linux-x.x.x.arch1-1-x86_64.pkg.tar.zst linux-headers-x.x.x.arch1-1-x86_64.pkg.tar.zstreboot
Set Plymouth Background Image
sudo cp image.png /usr/share/plymouth/themes/spinner/background-tile.pngsudo plymouth-set-default-theme -R spinner