Changed the default btrfs layout to have @ as /
This commit is contained in:
parent
c88b250eac
commit
ae35f11e1a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue