From 4fed03731f8daab9a0e2747b97256e19cfbcde78 Mon Sep 17 00:00:00 2001 From: verita84 Date: Thu, 15 Feb 2024 20:26:35 -0700 Subject: [PATCH] Update gentoo-kde.sh --- gentoo-kde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-kde.sh b/gentoo-kde.sh index 1a48ef7..1f044d4 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -378,7 +378,7 @@ fstab() { echo "tmpfs /var/log tmpfs defaults,dev,exec 0 0" >>$TARGET/etc/fstab echo "tmpfs /tmp tmpfs defaults 0 0" >>$TARGET/etc/fstab echo "tmpfs /var/tmp/portage tmpfs defaults,size=$TMPFS_SIZE 0 0" >>$TARGET/etc/fstab - #echo "$BTRFS /home btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@home 0 1" >>$TARGET/etc/fstab + echo "$BTRFS /home btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@home 0 1" >>$TARGET/etc/fstab echo "$BTRFS /root btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@root 0 1" >>$TARGET/etc/fstab } accounts() {