Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk/user_guides.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-01-14 08:19:45 +0100
committerAnton Hvornum <anton@hvornum.se>2022-01-14 08:47:34 +0100
commitae35f11e1aa9a9caa545df5714fc109f5b070f8e (patch)
tree76b79ec806ed19b2e61ea91e802dd0c914a0cc8e /archinstall/lib/disk/user_guides.py
parentc88b250eac44d7d35abb6f9271ee5726d0701896 (diff)
Changed the default btrfs layout to have @ as /
Diffstat (limited to 'archinstall/lib/disk/user_guides.py')
-rw-r--r--archinstall/lib/disk/user_guides.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/archinstall/lib/disk/user_guides.py b/archinstall/lib/disk/user_guides.py
index a90ac506..49ee10e4 100644
--- a/archinstall/lib/disk/user_guides.py
+++ b/archinstall/lib/disk/user_guides.py
@@ -94,10 +94,11 @@ def suggest_single_disk_layout(block_device :BlockDevice,
# https://github.com/classy-giraffe/easy-arch/blob/main/easy-arch.sh
layout[block_device.path]['partitions'][1]['btrfs'] = {
"subvolumes" : {
- "@home" : "/home",
- "@log" : "/var/log",
- "@pkgs" : "/var/cache/pacman/pkg",
- "@.snapshots" : "/.snapshots"
+ "@":"/",
+ "@home": "/home",
+ "@log": "/var/log",
+ "@pkg": "/var/cache/pacman/pkg",
+ "@.snapshots": "/.snapshots"
}
}
# else: