Skip to content

Instantly share code, notes, and snippets.

@jerlendds
Created March 6, 2026 17:50
Show Gist options
  • Select an option

  • Save jerlendds/5c5e30071206743d60f9645d30ec9b65 to your computer and use it in GitHub Desktop.

Select an option

Save jerlendds/5c5e30071206743d60f9645d30ec9b65 to your computer and use it in GitHub Desktop.
/etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p2
UUID=593f3eef-7936-4c46-bcb8-eb3798391dae / ext4 rw,relatime 0 1
# /dev/nvme0n1p1
UUID=42FB-D13E /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
tmpfs /tmp/yay-cache tmpfs rw,nosuid,nodev,size=8G,mode=1777 0 0
@jerlendds
Copy link
Author

sudo mkdir -p /tmp/yay-cache
sudo systemctl daemon-reload
mount | grep yay-cache

~/.config/yay/config.json

{
  "buildDir": "/tmp/yay-cache"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment