From 47e128cabf45aaa84e0d3ee6c0e89d4038130fe2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 Feb 2024 19:27:33 -0700 Subject: [PATCH] d --- gentoo-kde.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-kde.sh b/gentoo-kde.sh index 3df9dcd..9f948db 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -399,7 +399,7 @@ locale() { } fstab() { mkdir $TARGET/etc - echo "UUID=$(/sbin/blkid -s UUID -o value ${EFI}) /efi vfat umask=0077 0 1" >>$TARGET/etc/fstab + echo "UUID=$(/sbin/blkid -s UUID -o value ${EFI}) /efi vfat umask=0077 0 1" >$TARGET/etc/fstab echo "UUID=$(/sbin/blkid -s UUID -o value ${SWAP}) none swap 0 1" >>$TARGET/etc/fstab echo "$BTRFS / btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@$ROOT_NAME 0 1" >>$TARGET/etc/fstab echo "$BTRFS /.snapshots btrfs noatime,nodiratime,autodefrag,$COMPRESSION,subvol=@.snapshots 0 1" >>$TARGET/etc/fstab