From 556601231b9e8ee3f1995ba85277f16c9e8295c1 Mon Sep 17 00:00:00 2001 From: verita84 Date: Thu, 1 Dec 2022 18:53:21 +0000 Subject: [PATCH] Update 'arch.sh' --- arch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch.sh b/arch.sh index 7238689..743f90e 100755 --- a/arch.sh +++ b/arch.sh @@ -220,6 +220,7 @@ btrfs_filesytem() { btrfs sub create $TARGET/@flatpak btrfs sub create $TARGET/@libvirt btrfs sub create $TARGET/@home + btrfs sub create $TARGET/@root echo echo "Binding BTRFS Root" echo @@ -291,6 +292,7 @@ fstab() { echo "tmpfs /var/log tmpfs defaults 0 0" >>$TARGET/etc/fstab echo "tmpfs /var/cache/pacman/pkg tmpfs defaults 0 0" >>$TARGET/etc/fstab echo "/dev/mapper/root /home btrfs noatime,nodiratime,autodefrag,compress,subvol=@home 0 1" >>$TARGET/etc/fstab + echo "/dev/mapper/root /root btrfs noatime,nodiratime,autodefrag,compress,subvol=@root 0 1" >>$TARGET/etc/fstab } accounts() {