From 6d2aa96f4426da2cf3d6700fc2a9d15d73e0cb0b Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 11 Aug 2024 16:06:18 +0500 Subject: [PATCH] Add zram mount --- drop/fstab | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drop/fstab b/drop/fstab index bd9fca9..7458a62 100644 --- a/drop/fstab +++ b/drop/fstab @@ -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. +# +# +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