This is a draft cheat sheet. It is a work in progress and is not finished yet.
Make your life easier
Change keyboard layout |
|
Remove bell |
|
|
Arch-chroot
Show disks |
|
Mount root |
|
Mount boot |
mount /dev/nvme0n1pY /mnt/boot
|
Chroot |
|
Umount |
|
Packages
List packages cache |
ls /var/cache/pacman/pkg
|
Install package |
|
LUKS
Open LUKS |
cryptsetup luksOpen /dev/<your-disk-luks> cryptlvm
|
Mount partition |
mount /dev/vg0/root /mnt
|
|
|
Systemd bootloader
Rebuilds all initramfs images |
|
Installs systemd-boot loader |
|
Block errors
Auto-repairs disk errors |
|
Forces filesystem check |
|
|