From 05fece7853f54a74aa7ef2f99d7af4787ddc99a9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 3 Feb 2023 07:46:35 -0700 Subject: [PATCH] fix --- debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/debian.sh b/debian.sh index e14a598..1cdf5ab 100755 --- a/debian.sh +++ b/debian.sh @@ -338,7 +338,6 @@ fstab() { echo "/dev/mapper/root /var/lib/libvirt btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@libvirt 0 1" >>$TARGET/etc/fstab echo "tmpfs /var/log tmpfs defaults 0 0" >>$TARGET/etc/fstab echo "tmpfs /var/tmp tmpfs defaults 0 0" >>$TARGET/etc/fstab - echo "tmpfs /var/cache tmpfs defaults 0 0" >>$TARGET/etc/fstab echo "tmpfs /home/${USER}/.cache tmpfs rw,user,exec 0 0" >>$TARGET/etc/fstab echo "tmpfs /home/${USER}/Downloads tmpfs rw,user,exec 0 0" >>$TARGET/etc/fstab echo "/dev/mapper/root /home btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@home 0 1" >>$TARGET/etc/fstab