Update 'arch.sh'
This commit is contained in:
parent
68444a9b0d
commit
556601231b
2
arch.sh
2
arch.sh
@ -220,6 +220,7 @@ btrfs_filesytem() {
|
|||||||
btrfs sub create $TARGET/@flatpak
|
btrfs sub create $TARGET/@flatpak
|
||||||
btrfs sub create $TARGET/@libvirt
|
btrfs sub create $TARGET/@libvirt
|
||||||
btrfs sub create $TARGET/@home
|
btrfs sub create $TARGET/@home
|
||||||
|
btrfs sub create $TARGET/@root
|
||||||
echo
|
echo
|
||||||
echo "Binding BTRFS Root"
|
echo "Binding BTRFS Root"
|
||||||
echo
|
echo
|
||||||
@ -291,6 +292,7 @@ fstab() {
|
|||||||
echo "tmpfs /var/log tmpfs defaults 0 0" >>$TARGET/etc/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 "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 /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() {
|
accounts() {
|
||||||
|
Loading…
Reference in New Issue
Block a user