Add zram mount

This commit is contained in:
timoxa0 2024-08-11 16:06:18 +05:00
parent 3a32b3adb6
commit 6d2aa96f44

View file

@ -1,3 +1,7 @@
PARTLABEL=linux / ext4 errors=remount-ro,x-systemd.growfs 0 1
PARTLABEL=esp /boot/efi/ vfat umask=0022 0 1
PARTLABEL=logfs /boot/simpleinit/ vfat umask=0022 0 1
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
PARTLABEL=linux / ext4 errors=remount-ro,x-systemd.growfs 0 1
PARTLABEL=esp /boot/efi/ vfat defaults,umask=0022 0 1
PARTLABEL=logfs /boot/simpleinit/ vfat defaults,umask=0022 0 1
/dev/zram0 none swap defaults,pri=100,nofail 0 0